From 5bbd08e1d17079a2e852517351f7405884a156b3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 6 Aug 2013 19:44:26 +0000 Subject: [PATCH] 3.7-alpha-25000 is the final direct commit to core.svn.wordpress.org. All future commits will be synced here from develop.svn.wordpress.org. For more, please see http://wp.me/p2AvED-1AI. git-svn-id: https://develop.svn.wordpress.org/trunk@25000 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 7907988a3a..7ea94663c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7-alpha-24954'; +$wp_version = '3.7-alpha-25000'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.