From d7f37d8bc06cc5d557dec646c5a07236fc9bcc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 26 Apr 2016 20:25:28 +0000 Subject: [PATCH] The 4.5 branch is now 4.5.2-alpha. Built from https://develop.svn.wordpress.org/branches/4.5@37312 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37278 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 997459089b..d4ef7825e5 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.5.1 +
Version 4.5.2

Semantic Personal Publishing Platform

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