From 055e85698b860a409e8f771ef81c7964e865b450 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 24 Nov 2016 04:28:58 +0000 Subject: [PATCH] Post-4.7 RC1 bump. git-svn-id: https://develop.svn.wordpress.org/trunk@39355 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 4b23c7dc35..8ed4551a6a 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-RC1-src'; +$wp_version = '4.7-RC1-39355-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.