From b10ef05fb1773eb12fa1e61c71d2b890ff1aa917 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 22 Oct 2013 23:58:08 +0000 Subject: [PATCH] Trunk is now 3.8-alpha git-svn-id: https://develop.svn.wordpress.org/trunk@25879 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 71701e02b6..f9a4974cba 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7-RC2-src'; +$wp_version = '3.8-alpha-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.