Append -src to the $wp_version in the develop repo (only) to allow for us to differentiate. see #25161.

git-svn-id: https://develop.svn.wordpress.org/trunk@25692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2013-10-05 14:24:21 +00:00
parent 1b37564f35
commit 29a12d6ee5
2 changed files with 8 additions and 7 deletions

View File

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