From 7fc5d6e2a4c9976aa8423e5cb1c3a309b3cd4e3a Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 4 Aug 2015 11:43:07 +0000 Subject: [PATCH] WordPress 4.3-RC2. git-svn-id: https://develop.svn.wordpress.org/trunk@33571 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 8a23a17a0f..9ee1884b81 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-RC1-33514-src'; +$wp_version = '4.3-RC2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.