From bcdbe8a0bfd1706a200fa7934b347a8ec2398613 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Tue, 18 Jul 2017 08:25:46 +0000 Subject: [PATCH] Build: Switch PHP 5.2 and 5.3 to Travis' Ubuntu `precise` image Starting today, Travis will begin switching the default image to `trusty`, which does not support PHP 5.2 or 5.3. This is not a full fix, because Travis will be dropping `precise` support entirely in September (https://github.com/travis-ci/travis-ci/issues/8072). However, it buys us some time until then. Props netweb. Fixes #41292 for trunk. Built from https://develop.svn.wordpress.org/trunk@41072 git-svn-id: http://core.svn.wordpress.org/trunk@40924 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 13a3d00f1b..1ce3ba2ec4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41070'; +$wp_version = '4.9-alpha-41072'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.