From cb1b49bca5d3bf8bb095fc6ff53ff03d55412302 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sat, 21 Oct 2017 14:14:48 +0000 Subject: [PATCH] Tests: Return an exit code of 1 in the event that the database server for tests is unavailable. This allows for automated scripts & test suites to handle the failure of the test suite easier. Props danielbachhuber Fixes #41916 Built from https://develop.svn.wordpress.org/trunk@41966 git-svn-id: http://core.svn.wordpress.org/trunk@41800 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 3005fe0b17..77f859f6dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41965'; +$wp_version = '4.9-beta3-41966'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.