From 5198ab86723d99a667f8202991595a4343d93cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 30 Jul 2015 20:39:26 +0000 Subject: [PATCH] The 4.2 branch is now 4.2.4-RC1. Built from https://develop.svn.wordpress.org/branches/4.2@33520 git-svn-id: http://core.svn.wordpress.org/branches/4.2@33487 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 fd29563085..c44623cfa4 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.2.3 +
Version 4.2.4

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index a3a274d5cf..7a52cda5d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.3'; +$wp_version = '4.2.4-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.