From d128247aed37cf7a0cf78a79e8a41e8ea7991e3e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 24 Oct 2013 19:35:05 +0000 Subject: [PATCH] 3.7. git-svn-id: https://develop.svn.wordpress.org/branches/3.7@25901 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 d207379135..dde3c814a0 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-25896-src'; +$wp_version = '3.7-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.