From 3821ff74bcf9c960f8a7f1fae452d207135ecc64 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 8 Mar 2017 00:07:42 +0000 Subject: [PATCH] Build/Test tools: In Travis, skip some tests when not on trunk. This skips time sensitive tests (copyright year and PHP/MySQL version requirements) when tests are run on branches on Travis. Props netweb, jorbin Fixes #39486 Built from https://develop.svn.wordpress.org/trunk@40241 git-svn-id: http://core.svn.wordpress.org/trunk@40171 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 6e673fb030..02630849b2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40240'; +$wp_version = '4.8-alpha-40241'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.