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.