~canonical-sysadmins/wordpress/4.2.2

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Haw Loeung (hloeung)
  • Date: 2015-04-28 00:05:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: haw.loeung@canonical.com-20150428000540-drm3hw2825fequas
Merge WP4.2.1 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';
 
7
$wp_version = '4.2.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 = 31532;
 
14
$wp_db_version = 31533;
15
15
 
16
16
/**
17
17
 * Holds the TinyMCE version