From c914411a300a6015fb5507ff154c79746c67d1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 2 Aug 2016 13:45:30 +0000 Subject: [PATCH] Trunk is now 4.7-alpha. Built from https://develop.svn.wordpress.org/trunk@38178 git-svn-id: http://core.svn.wordpress.org/trunk@38119 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 78da489abb..34b05af543 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.6 +
Version 4.7

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7586fef9a4..ea42a05a2d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-RC1-38175'; +$wp_version = '4.7-alpha-38178'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.