From 0a893040647c58b5284ca94d5edb3e7639069f97 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 13 Jul 2013 03:12:06 +0000 Subject: [PATCH] Bump for RC1 git-svn-id: http://core.svn.wordpress.org/trunk@24701 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 ba33afc55d..3f81b8dccb 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.5 +
Version 3.6

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index d67573bfc3..03aa22b02e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.6-beta4-24700'; +$wp_version = '3.6-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.