From 8154a9f6360ee5bf2fd40e551cdddea6997e148e Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 9 Jan 2006 22:29:36 +0000 Subject: [PATCH] Bump version. git-svn-id: http://svn.automattic.com/wordpress/trunk@3414 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index b05734691..97ecf6b64 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'; -$wp_db_version = 3308; +$wp_version = '2.0.1-alpha'; +$wp_db_version = 3414; ?>