~canonical-sysadmins/wordpress/4.4.1

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Haw Loeung (hloeung)
  • Date: 2015-05-08 02:12:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: haw.loeung@canonical.com-20150508021258-d0zgf68ks1s3uexw
Merge WP4.2.2 from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * @global string $wp_version
6
6
 */
7
 
$wp_version = '4.2.1';
 
7
$wp_version = '4.2.2';
8
8
 
9
9
/**
10
10
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
11
11
 *
12
12
 * @global int $wp_db_version
13
13
 */
14
 
$wp_db_version = 31533;
 
14
$wp_db_version = 31535;
15
15
 
16
16
/**
17
17
 * Holds the TinyMCE version
18
18
 *
19
19
 * @global string $tinymce_version
20
20
 */
21
 
$tinymce_version = '4109-20150406';
 
21
$tinymce_version = '4109-20150505';
22
22
 
23
23
/**
24
24
 * Holds the required PHP version