From b5976a8597be74687cfc6bf8da150c87fbbdf9c7 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 13 Dec 2011 23:47:39 +0000 Subject: [PATCH] Trunk is now 3.4 alpha git-svn-id: https://develop.svn.wordpress.org/trunk@19594 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 72e21ee6f1..e1d327760c 100644 --- a/readme.html +++ b/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.3 +
Version 3.4

Semantic Personal Publishing Platform

diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index bfdb2b09ac..c6e3f51adf 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -406,7 +406,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.3'; + $wp_version = '3.4'; $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 4caf6fce74..b6e984c3ae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.3'; +$wp_version = '3.4-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.