summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-includes/version.php')
-rw-r--r--wp-inst/wp-includes/version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php
index c0f1f9e..0f08c70 100644
--- a/wp-inst/wp-includes/version.php
+++ b/wp-inst/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 = 'MU'; // Let's just avoid confusion
-$wp_db_version = 3548;
+$wp_version = 'wordpress-mu-1.0'; // Let's just avoid confusion
+$wp_db_version = 3673;
?>