From 89c9e27fd18d234f33af927ff391b5c7d16729b3 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Sun, 25 Feb 2018 18:07:31 +0000 Subject: [PATCH] Unit Tests: add a DIR_TESTROOT constant to avoid relative paths. Fix an issue that prevents tests from running correctly when run outside their normal context. Props PressLabs, johnbillion. Fixes #40071. Built from https://develop.svn.wordpress.org/trunk@42741 git-svn-id: http://core.svn.wordpress.org/trunk@42571 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 24a3645a85..417b499e92 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42740'; +$wp_version = '5.0-alpha-42741'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.