Append the date to $wp_version in the build output, for nightly packages.

props azaozz.
fixes #26751.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-05-29 04:33:15 +00:00
parent 801df52e51
commit 39b1c52808
1 changed files with 1 additions and 1 deletions

View File

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