From a8d94fab61772ada287796391bb161936eef9cec Mon Sep 17 00:00:00 2001 From: Ella Van Dorpe Date: Thu, 1 Jun 2017 20:39:47 +0000 Subject: [PATCH] Bump version for WordPress 4.8 RC2 git-svn-id: https://develop.svn.wordpress.org/trunk@40867 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 9dbd41bc2d..d8cdab4f24 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-RC1-40846-src'; +$wp_version = '4.8-RC2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.