From 48a9127a87cd8ae51418b3c0ebc0a40946391751 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 21 Apr 2015 14:42:12 +0000 Subject: [PATCH] Trunk is now 4.2-RC3. git-svn-id: https://develop.svn.wordpress.org/trunk@32248 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 0cfacc6dc2..0dad8b7de0 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-RC2-32227-src'; +$wp_version = '4.2-RC3-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.