From 8b4c730141d091ae09037c63ff22bbba42bf1fa6 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 15 Dec 2005 01:17:46 +0000 Subject: [PATCH] Bump ver. git-svn-id: https://develop.svn.wordpress.org/trunk@3308 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/upgrade-functions.php | 2 +- wp-includes/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; ?>