From 4d4ec9484c1fccf590cb64ed22271f779cd8ddc5 Mon Sep 17 00:00:00 2001 From: desrosj Date: Sat, 12 Dec 2020 18:08:02 +0000 Subject: [PATCH] Build/Test Tools: Remove PHPUnit 3.6.x specific settings from the multisite configuration. In PHPUnit 3.6.x, `exclude` and `file` paths were required to be relative to the checkout root. This changed in PHPUnit 4 when the path requirements were changed require them to be relative to the configuration file. Since PHPUnit 3.6.x is only used to test on PHP 5.2 in older branches and is no longer supported, these can be safely removed from the configuration file. See #51802. Built from https://develop.svn.wordpress.org/trunk@49796 git-svn-id: http://core.svn.wordpress.org/trunk@49519 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 020e2245a7..8edb632283 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49795'; +$wp_version = '5.7-alpha-49796'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.