From b2f9804dae80c5f6c70c70e92a3bbde67e2615c5 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 22 Jan 2007 11:44:06 +0000 Subject: WP Merge to 4780 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@854 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/version.php') diff --git a/wp-includes/version.php b/wp-includes/version.php index 49fffa5..4813b0c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -3,6 +3,6 @@ // This holds the version number in a separate file so we can bump it without cluttering the SVN $wp_version = 'wordpress-mu-1.0'; // Let's just avoid confusion -$wp_db_version = 3845; +$wp_db_version = 4772; ?> -- cgit