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.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php
new file mode 100644
index 0000000..53c9f16
--- /dev/null
+++ b/wp-inst/wp-includes/version.php
@@ -0,0 +1,7 @@
+<?php
+
+// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
+
+$wp_version = '1.6-ALPHA-do-not-use';
+
+?> \ No newline at end of file