From dca457d44e04f774cb5f069d42652daaee821ca0 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 8 Aug 2007 08:37:06 +0000 Subject: Let's try for an RC today git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1028 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes') diff --git a/wp-includes/version.php b/wp-includes/version.php index 83819c6..29468d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -2,7 +2,7 @@ // This holds the version number in a separate file so we can bump it without cluttering the SVN -$wp_version = 'wordpress-mu-1.2.3-2.2.1'; +$wp_version = 'wordpress-mu-1.2.4rc1-2.2.2'; $wp_db_version = 5200; ?> -- cgit