From 795af804ba83ab4ecb36477ced49980cf9f117f2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 22 Aug 2017 17:10:35 +0000 Subject: [PATCH] Build/Test tools: Use the latest in the 4.x and 6.x branches of PHPUnit when running tests on Travis for the 4.8 branch. See #41472 Merges [41294] to the 4.8 branch. Built from https://develop.svn.wordpress.org/branches/4.8@41295 git-svn-id: http://core.svn.wordpress.org/branches/4.8@41135 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 c14e0d0b02..b0114159b1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8.2-alpha-41212'; +$wp_version = '4.8.2-alpha-41295'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.