summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-06-25 10:59:19 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-06-25 10:59:19 +0000
commit0c15bfaa7af0cf4e7d5bf2f33368e4b96fe11576 (patch)
tree923bbc606782a41cdc0aa97fcb324696ade4aede /wp-includes/version.php
parent6c1577513f4c4e89283047d4b10e43330037a613 (diff)
downloadwordpress-mu-0c15bfaa7af0cf4e7d5bf2f33368e4b96fe11576.tar.gz
wordpress-mu-0c15bfaa7af0cf4e7d5bf2f33368e4b96fe11576.tar.xz
wordpress-mu-0c15bfaa7af0cf4e7d5bf2f33368e4b96fe11576.zip
Version number, with WP version
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1009 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 54d505c..83819c6 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -2,7 +2,7 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
-$wp_version = 'wordpress-mu-1.2.3'; // Let's just avoid confusion
+$wp_version = 'wordpress-mu-1.2.3-2.2.1';
$wp_db_version = 5200;
?>