Add a commit number to the 4.4 branch so that branch nightly updates are automatically installed again.

Background Updates (even for development releases) don't install if `$wp_version == $offered_version`, without a commit number in `$wp_version` testers are forced to manually update.

Built from https://develop.svn.wordpress.org/branches/4.4@36378


git-svn-id: http://core.svn.wordpress.org/branches/4.4@36345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2016-01-22 07:24:27 +00:00
parent cf00f651b1
commit 46e43fdbb8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4.2-alpha';
$wp_version = '4.4.2-alpha-36378';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.