From 911f8d952a08b6440dea6f5e82864653ac16c872 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 18 Feb 2015 17:47:27 +0000 Subject: [PATCH] Restore PHP 5.2 to Travis CI Travis restored PHP 5.2 support late last week. upstream: https://github.com/travis-ci/travis-ci/issues/3152 Props netweb for the heads up Fixes #31244 Built from https://develop.svn.wordpress.org/trunk@31472 git-svn-id: http://core.svn.wordpress.org/trunk@31453 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 628a3d5aab..21c86f4c62 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31471'; +$wp_version = '4.2-alpha-31472'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.