From 77fe70234a41112a5a0e5c49af54202ba950fca0 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 29 Apr 2013 20:53:25 +0000 Subject: [PATCH] 3.6-beta2 git-svn-id: https://develop.svn.wordpress.org/trunk@24143 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 50652fcc97..07be68cbf2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.6-beta1-24142'; +$wp_version = '3.6-beta2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.