diff --git a/wp-admin/upgrade-functions.php b/wp-admin/upgrade-functions.php index 0cfdd00920..4392429834 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 < 3104 ) + if ( $wp_current_db_version < 3183 ) upgrade_160(); save_mod_rewrite_rules(); diff --git a/wp-includes/version.php b/wp-includes/version.php index c5fa360b8b..1621c7cc71 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -3,6 +3,6 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the SVN $wp_version = '2.0-beta-1'; -$wp_db_version = 3104; +$wp_db_version = 3183; ?> \ No newline at end of file