From d2a0e52c43b721441bd79f85c0cf20b14bad6566 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 11 May 2017 00:31:33 +0000 Subject: [PATCH] Build/Test: Post Travis results to Slack from WordPress/wordpress-develop Backports [40604] to 4.7 Now that the WordPress/wordpress-develop GitHub repo is syncing correctly, we can use it for Travis integration. Props jorbin for getting the ball rolling so long ago, unprops jorbin because his Travis build can finally be retired. Props Pento. Fixes #40712. Built from https://develop.svn.wordpress.org/branches/4.7@40616 git-svn-id: http://core.svn.wordpress.org/branches/4.7@40486 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 33004d9bc8..49cd320fa1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.5-alpha-40547'; +$wp_version = '4.7.5-alpha-40616'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.