Upgrade: Use correct commit no. to trigger upgrade

Props iandunn.
See [40607], #40702.

Built from https://develop.svn.wordpress.org/trunk@40773


git-svn-id: http://core.svn.wordpress.org/trunk@40631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland
2017-05-17 22:03:46 +00:00
parent 764d8b521f
commit 71adf97a35
2 changed files with 4 additions and 4 deletions

View File

@@ -4,14 +4,14 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-beta1-40772';
$wp_version = '4.8-beta1-40773';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 38590;
$wp_db_version = 40607;
/**
* Holds the TinyMCE version