~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

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.0.1';
 
7
$wp_version = '4.1';
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 = 29630;
 
14
$wp_db_version = 30133;
15
15
 
16
16
/**
17
17
 * Holds the TinyMCE version
18
18
 *
19
19
 * @global string $tinymce_version
20
20
 */
21
 
$tinymce_version = '4104-20140822';
 
21
$tinymce_version = '4107-20141130';
22
22
 
23
23
/**
24
24
 * Holds the required PHP version