Update the 3.7 branch's version numbers. fixes #25985.

git-svn-id: https://develop.svn.wordpress.org/branches/3.7@26546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-02 23:15:42 +00:00
parent 78edae3e56
commit 14d02c30c1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<body>
<h1 id="logo">
<a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
<br /> Version 3.7
<br /> Version 3.7.2
</h1>
<p style="text-align: center">Semantic Personal Publishing Platform</p>

View File

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