git-svn-id: https://develop.svn.wordpress.org/trunk@17903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2011-05-12 07:57:01 +00:00
parent 8168ea2507
commit 6ce7c1a93a
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* @global string $wp_version
*/
$wp_version = '3.2-bleeding';
$wp_version = '3.2-beta1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 17516;
$wp_db_version = 17517;
/**
* Holds the TinyMCE version