From 6501c3c2171b910a8b5bd75150e9c4017633f70a Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 2 Dec 2014 05:12:23 +0000 Subject: [PATCH] Unit Tests: The `test_set_allowed_incompatible_sql_mode()` test tries to set the `NO_ZERO_DATE` sql mode, which was removed in MySQL 5.7. This causes the test to incorrectly fail when run against MySQL 5.7. Built from https://develop.svn.wordpress.org/trunk@30704 git-svn-id: http://core.svn.wordpress.org/trunk@30694 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 73f2608c17..4d58584a9e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30703'; +$wp_version = '4.1-beta2-30704'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.