From 35c66918580f5ecfec1ec4c62feb93dae26d9b08 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 2 Aug 2016 13:44:37 +0000 Subject: [PATCH] Trunk is now 4.7-alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@38178 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/readme.html | 2 +- src/wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a49e2fb31a..61dca06b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.6.0", + "version": "4.7.0", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/readme.html b/src/readme.html index 78da489abb..34b05af543 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.6 +
Version 4.7

Semantic Personal Publishing Platform

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