From 5bbb2d3951880b77659ab89595c3c0ca7d909815 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 20 Mar 2014 04:42:44 +0000 Subject: [PATCH] 3.9-beta2 git-svn-id: https://develop.svn.wordpress.org/trunk@27639 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 3341c8570c..33210b794b 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.9-beta1-27628-src'; +$wp_version = '3.9-beta2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.