From e8b53450048aab3e24f9de8817233d8219bec9d3 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 4 Aug 2015 11:47:49 +0000 Subject: [PATCH] WordPress 4.3-RC2-33572. git-svn-id: https://develop.svn.wordpress.org/trunk@33572 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 9ee1884b81..3cdb613a93 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-RC2-src'; +$wp_version = '4.3-RC2-33572-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.