From bc85c9c7392d4433e0c3b2c5086ebd5b90654e6f Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 1 Sep 2016 15:41:30 +0000 Subject: [PATCH] Post 4.6.1-RC1 version bump Built from https://develop.svn.wordpress.org/branches/4.6@38499 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38440 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 889d6aa297..9d64af69c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.1-RC1'; +$wp_version = '4.6.1-RC1-38499'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.