From e8660d53a2d66d70fbb30010c4fa7dbff2e086f6 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 25 May 2016 06:12:30 +0000 Subject: [PATCH] Tests: Upgrade the HHVM job to use Ubuntu Trusty, and a more recent version of HHVM. Also includes some tidying up of the `.travis.yml` file. Props netweb. Fixes #36930. Built from https://develop.svn.wordpress.org/trunk@37555 git-svn-id: http://core.svn.wordpress.org/trunk@37523 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 e5075d0a78..3351971279 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37554'; +$wp_version = '4.6-alpha-37555'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.