From d68a6ab321a9dfa1fa51cf87adddf807951c4de8 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 29 Oct 2019 19:19:06 +0000 Subject: [PATCH] Build/Test Tools: Don't hardcode the directory name of the repo When Travis builds the directory, it was looking for a hardcoded wordpress-develop directory. If the repo is sitting in another directory, the memcache install will fail. This allows a dynamic path for the directory. Fixes #48444. Props pento, whyisjake. Built from https://develop.svn.wordpress.org/branches/5.3@46615 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46412 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 26bc579774..b20c357494 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC2-46614'; +$wp_version = '5.3-RC2-46615'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.