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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php
index 0f08c70..9e9a82d 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 = 'wordpress-mu-1.0'; // Let's just avoid confusion
-$wp_db_version = 3673;
+$wp_db_version = 3845;
?>