From d17488b1504a9acb322bbc3b86fdb138edd2ad94 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 26 Jun 2012 21:54:32 +0000 Subject: [PATCH] Bump git-svn-id: https://develop.svn.wordpress.org/branches/3.4@21151 602fd350-edb4-49c9-b593-d223f7449a82 --- readme.html | 2 +- wp-admin/includes/update-core.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index b32c540938..49ae944a2a 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.4 +
Version 3.4.1

Semantic Personal Publishing Platform

diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index bf9ef27663..2e383ddfcb 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -477,7 +477,7 @@ function update_core($from, $to) { $mysql_version = $wpdb->db_version(); $required_php_version = '5.2.4'; $required_mysql_version = '5.0'; - $wp_version = '3.4'; + $wp_version = '3.4.1'; $php_compat = version_compare( $php_version, $required_php_version, '>=' ); if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) $mysql_compat = true; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3fc982fb46..2d0446a192 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.4.1-alpha-21149'; +$wp_version = '3.4.1-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.