From d067f633e5f63a78a36aff7f3eb06e9fb9c1c8d5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 3 Sep 2012 23:23:49 +0000 Subject: [PATCH] Version bumps for the 3.4 branch, including a DB version bump for [21709] (see [21707]). git-svn-id: http://core.svn.wordpress.org/branches/3.4@21710 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/includes/update-core.php | 2 +- wp-includes/version.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.html b/readme.html index 49ae944a2a..d5998ba657 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.4.1 +
Version 3.4.2

Semantic Personal Publishing Platform

diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 6a38312d7a..392bb571d8 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.1'; + $wp_version = '3.4.2'; $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 016686cf43..7234895654 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,14 +4,14 @@ * * @global string $wp_version */ -$wp_version = '3.4.1'; +$wp_version = '3.4.2-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 21115; +$wp_db_version = 21707; /** * Holds the TinyMCE version