From 65ec7e5d81f718ea305fe9ccf1b4dde76ee08280 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 12 Apr 2016 20:03:58 +0000 Subject: [PATCH] Trunk is now 4.6-alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@37183 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 8fe904f49a..1b37631afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.0", + "version": "4.6.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 d256cecd6d..e887fb2784 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.5 +
Version 4.6

Semantic Personal Publishing Platform

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 4a3a9b0e67..95fdbc2c38 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-src'; +$wp_version = '4.6-alpha-37183-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.