Skip to content

Commit fbc02c0

Browse files
committed
Bump
git-svn-id: https://develop.svn.wordpress.org/branches/3.1@17707 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c92f58b commit fbc02c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<h1 id="logo">
1010
<a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" width="250" height="68" /></a>
11-
<br /> Version 3.1.1
11+
<br /> Version 3.1.2
1212
</h1>
1313
<p style="text-align: center">Semantic Personal Publishing Platform</p>
1414

wp-admin/includes/update-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function update_core($from, $to) {
294294
$mysql_version = $wpdb->db_version();
295295
$required_php_version = '4.3';
296296
$required_mysql_version = '4.1.2';
297-
$wp_version = '3.1.1';
297+
$wp_version = '3.1.2';
298298
$php_compat = version_compare( $php_version, $required_php_version, '>=' );
299299
$mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
300300

0 commit comments

Comments
 (0)