From ece86c380b55f8ac1f0d4b329bbc4cf2d2cf80a8 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 3 Jul 2014 00:50:14 +0000 Subject: [PATCH] Make sure hundreds of canonical tests don't fail in multisite every other time they are run. See #28706. Built from https://develop.svn.wordpress.org/trunk@28964 git-svn-id: http://core.svn.wordpress.org/trunk@28757 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 f048c919fb..ae9d3327c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140702'; +$wp_version = '4.0-alpha-20140703'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.