From 2d0d9cfbf95244a0ba8b693800fda98a014734d9 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 30 Oct 2016 15:42:36 +0000 Subject: [PATCH] Customize: Avoid using `assertNotFalse()` in tests because it's not available in PHPUnit 3.6. See #35395 Built from https://develop.svn.wordpress.org/trunk@39020 git-svn-id: http://core.svn.wordpress.org/trunk@38962 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 a2ad91a0a1..d2ac858676 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39019'; +$wp_version = '4.7-beta1-39020'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.