From 91c323b7e78332cafa8682a8e57b1f92b218d336 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 12 May 2011 07:57:01 +0000 Subject: [PATCH] Bump git-svn-id: http://svn.automattic.com/wordpress/trunk@17903 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 1a552b9e6..45711c008 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