summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
new file mode 100644
index 0000000..49fffa5
--- /dev/null
+++ b/wp-includes/version.php
@@ -0,0 +1,8 @@
+<?php
+
+// 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;
+
+?>