From 15b487b097851289666cf725dcc863c69770e0a7 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 5 Sep 2015 22:30:24 +0000 Subject: [PATCH] After [33925], rename the unit test class to `Tests_Comment_Meta_Cache` to avoid collisions on the PHP 5.2 superhighway. See #16894. Built from https://develop.svn.wordpress.org/trunk@33926 git-svn-id: http://core.svn.wordpress.org/trunk@33895 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 ab00e3eefe..7c8eece6a3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33925'; +$wp_version = '4.4-alpha-33926'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.