From 6668ba79951b000567e08f3cca30345826dfd2d3 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 7 Nov 2017 04:53:36 +0000 Subject: [PATCH] WordPress 4.9 RC2. git-svn-id: https://develop.svn.wordpress.org/trunk@42124 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 89a7738db5..5182a86dec 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-RC1-42049-src'; +$wp_version = '4.9-RC2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.