summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-22 18:31:50 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-22 18:31:50 +0000
commitd48e85e0ac5e675ca33fac173f30c75403d1033f (patch)
tree1164430fa3b83a4d9283961b09c1576f2885e6b2 /wp-inst/wp-includes/version.php
parent086dcde66603301531efc6d8087bd06d0546f148 (diff)
Moved everything in wp-inst down a directory.
Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/version.php')
-rw-r--r--wp-inst/wp-includes/version.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php
deleted file mode 100644
index 49fffa5..0000000
--- a/wp-inst/wp-includes/version.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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;
-
-?>