Build: Fix a filename typo in [34903].

Props peterwilsoncc.

See #32522.


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


git-svn-id: http://core.svn.wordpress.org/trunk@34871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-10-07 12:05:26 +00:00
parent 8c0e2bb4e8
commit c317248d13
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

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