From c2d1b30e1cf03c1b16fd9bc5a13766e702a2c237 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 1 Oct 2014 14:58:21 +0000 Subject: [PATCH] Version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@29800 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 8c16c9575d..887d8b5494 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-src'; +$wp_version = '4.1-alpha-29800-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.