From 4851ef111c9bc91314b9700bae78d123370c3464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 12 Apr 2016 19:58:21 +0000 Subject: [PATCH] The 4.5 branch is now 4.5.1-alpha. Built from https://develop.svn.wordpress.org/branches/4.5@37182 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37149 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 d256cecd6d..997459089b 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.5 +
Version 4.5.1

Semantic Personal Publishing Platform

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