From 438c2462e177c614c9a20ddb1beebfce392cf780 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 16 Oct 2015 00:28:23 +0000 Subject: [PATCH] Unit Tests: add `SpeedTrapListener` to `phpunit/includes` and add the config node to `phpunit.xml.dist`. See #30017, #33968. Built from https://develop.svn.wordpress.org/trunk@35214 git-svn-id: http://core.svn.wordpress.org/trunk@35180 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 bbf107b5b3..4365bd8488 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35213'; +$wp_version = '4.4-alpha-35214'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.