From e45949fbbdb8ee7e63099c97f6b5f60bb310e6a3 Mon Sep 17 00:00:00 2001 From: donncha Date: Sat, 6 Aug 2005 10:24:47 +0000 Subject: Changes from WordPress git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@133 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-inst/wp-includes/version.php') diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php index 53c9f16..4bc9147 100644 --- a/wp-inst/wp-includes/version.php +++ b/wp-inst/wp-includes/version.php @@ -2,6 +2,6 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the SVN -$wp_version = '1.6-ALPHA-do-not-use'; +$wp_version = '1.6-ALPHA-2'; -?> \ No newline at end of file +?> -- cgit