From 2ab4faee68383698b06cc23eef6ce8f41612f58d Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 16 Feb 2006 12:55:46 +0000 Subject: WP updates git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@528 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 47d8d36..848e82f 100644 --- a/wp-inst/wp-includes/version.php +++ b/wp-inst/wp-includes/version.php @@ -3,6 +3,6 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the SVN $wp_version = 'MU'; // Let's just avoid confusion -$wp_db_version = 3514; +$wp_db_version = 3533; ?> -- cgit