3.7-RC2-25888

Built from https://develop.svn.wordpress.org/branches/3.7@25888


git-svn-id: http://core.svn.wordpress.org/branches/3.7@25800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-10-23 20:08:09 +00:00
parent c7e5a7da23
commit 6ec5238145
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.6
<br /> Version 3.7
</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-RC2';
$wp_version = '3.7-RC2-25888';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.