~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/version.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 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.5.3';
 
7
$wp_version = '4.6';
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 = 36686;
 
14
$wp_db_version = 37965;
15
15
 
16
16
/**
17
17
 * Holds the TinyMCE version
18
18
 *
19
19
 * @global string $tinymce_version
20
20
 */
21
 
$tinymce_version = '4310-20160418';
 
21
$tinymce_version = '4401-20160726';
22
22
 
23
23
/**
24
24
 * Holds the required PHP version