From 6933f4329c933ca6bcbee24564922fe573778820 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 10 Dec 2014 08:40:32 +0000 Subject: [PATCH] Trunk is now 4.2 alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@30800 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 3e635781ae..8147f3737f 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-beta2-30484-src'; +$wp_version = '4.2-alpha-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.