From 2a5bf835da3357ad96a9a53b29e5a9b963aa29a5 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 29 Jun 2015 14:32:24 +0000 Subject: [PATCH] Fix `Tests_Post_GetPostClass::test_taxonomy_classes_hit_cache()` after [32994]. [32994] results in an additional database query during automated testing, so the query count being compared in this specific test must be incremented manually. See #16434. Built from https://develop.svn.wordpress.org/trunk@32997 git-svn-id: http://core.svn.wordpress.org/trunk@32968 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 b322944b3c..4a706837e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32996'; +$wp_version = '4.3-alpha-32997'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.