diff options
author | Andrew Nacin <nacin@git.wordpress.org> | 2012-06-26 21:54:32 +0000 |
---|---|---|
committer | Andrew Nacin <nacin@git.wordpress.org> | 2012-06-26 21:54:32 +0000 |
commit | d17488b1504a9acb322bbc3b86fdb138edd2ad94 (patch) | |
tree | 4f30c643e8b6f46158122d2b8cbe964e24f26113 | |
parent | 8a9b837429894f1a57c016910c4d6040f729895a (diff) | |
download | wordpress-d17488b1504a9acb322bbc3b86fdb138edd2ad94.tar.gz wordpress-d17488b1504a9acb322bbc3b86fdb138edd2ad94.zip |
Bump
git-svn-id: https://develop.svn.wordpress.org/branches/3.4@21151 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | readme.html | 2 | ||||
-rw-r--r-- | wp-admin/includes/update-core.php | 2 | ||||
-rw-r--r-- | 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 @@ <body> <h1 id="logo"> <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a> - <br /> Version 3.4 + <br /> Version 3.4.1 </h1> <p style="text-align: center">Semantic Personal Publishing Platform</p> 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. |