From 5d07f8eb46d7197923fcaf9ac08fd211197d8f24 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 13 Oct 2015 02:07:25 +0000 Subject: [PATCH] In cache tests, determine cache class name dynamically. Some cache backends may use a class name other than `WP_Object_Cache` for their cache drop-in. For example, certain versions of the APC Object Cache plugin have a shim called `APC_Object_Cache`. See #31491. Built from https://develop.svn.wordpress.org/trunk@35108 git-svn-id: http://core.svn.wordpress.org/trunk@35073 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 151bd81047..830193cca6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35107'; +$wp_version = '4.4-alpha-35108'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.