diff --git a/wp-admin/upgrade-functions.php b/wp-admin/upgrade-functions.php index 7e213db693..2f67831ee0 100644 --- a/wp-admin/upgrade-functions.php +++ b/wp-admin/upgrade-functions.php @@ -30,7 +30,7 @@ function upgrade_all() { upgrade_130(); } - if ( $wp_current_db_version < 3243 ) + if ( $wp_current_db_version < 3308 ) upgrade_160(); save_mod_rewrite_rules(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f96893ea4..b0b21b5c53 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -2,7 +2,7 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the SVN -$wp_version = '2.0-RC1'; -$wp_db_version = 3243; +$wp_version = '2.0-RC2'; +$wp_db_version = 3308; ?>