From 2bd32687b3c3fdae2bde7c29c403e89728fc7a6c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 17 Aug 2016 20:47:30 +0000 Subject: [PATCH] Build/Test Tools: Ensure PHP 7.1 is tested on Travis. PHP 7.1 is the next version of PHP and WordPress should support it with the first major version after 7.1 launches. This will facilitate testing. Failures on 7.1 won't necessitate builds failing while 7.1 is still in beta. Fixes #37625. Built from https://develop.svn.wordpress.org/trunk@38273 git-svn-id: http://core.svn.wordpress.org/trunk@38214 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 eec4d6261c..39bd655124 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38272'; +$wp_version = '4.7-alpha-38273'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.