From 17b03600af41f81566ba0b349c785939577ca425 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 7 Sep 2016 17:18:32 +0000 Subject: [PATCH] The 4.6 branch is now 4.6.2-alpha. Built from https://develop.svn.wordpress.org/branches/4.6@38570 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38513 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 63b2598d27..b3ef500801 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.6.1 +
Version 4.6.2

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index 1517156c5d..9453d01736 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.1'; +$wp_version = '4.6.2-alpha-38570'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.