From 67eed31b42a831726d92fc25ff5f97447b322ca0 Mon Sep 17 00:00:00 2001 From: westi Date: Tue, 5 Jul 2011 10:04:17 +0000 Subject: [PATCH] Update the version in trunk. Props MarkJaquith. git-svn-id: http://svn.automattic.com/wordpress/trunk@18400 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index cc2d80cb0..f07f6f660 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.2'; +$wp_version = '3.3-aortic-dissection'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.