Skip to content

Commit b2e10eb

Browse files
committed
3.0.4
git-svn-id: https://develop.svn.wordpress.org/branches/3.0@17174 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 68856b9 commit b2e10eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.3
11+
<br /> Version 3.0.4
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
@@ -274,7 +274,7 @@ function update_core($from, $to) {
274274
$mysql_version = $wpdb->db_version();
275275
$required_php_version = '4.3';
276276
$required_mysql_version = '4.1.2';
277-
$wp_version = '3.0.3';
277+
$wp_version = '3.0.4';
278278
$php_compat = version_compare( $php_version, $required_php_version, '>=' );
279279
$mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
280280

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @global string $wp_version
1010
*/
11-
$wp_version = '3.0.3';
11+
$wp_version = '3.0.4';
1212

1313
/**
1414
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)