From 3be896b1425347ce073adfe466ce9a37cf9f7ff0 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 4 Dec 2015 16:41:26 +0000 Subject: [PATCH] Unit Tests: Implement `addWarning()` method in SpeedTrapListener. The method was introduced in PHPUnit 5.1.0, released today. Fixes #34846. Built from https://develop.svn.wordpress.org/trunk@35767 git-svn-id: http://core.svn.wordpress.org/trunk@35731 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 d74731d725..415277ad14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35766'; +$wp_version = '4.4-RC1-35767'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.