From 6ce7c1a93a7902dcc09eb6a2b5897f7771c5a3fa Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 12 May 2011 07:57:01 +0000 Subject: [PATCH] Bump git-svn-id: https://develop.svn.wordpress.org/trunk@17903 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a552b9e63..45711c0081 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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