summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-06-20 14:10:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-06-20 14:10:15 +0000
commit4e38776b5b68c61a4593a84340f4654200f7568e (patch)
treed74fc03208d07feb7f8449d6999c4c3ebcc46f2a /wp-includes/version.php
parentc25dd9caaa9a4a31649fcdd2639cd663ab7036b4 (diff)
downloadwordpress-mu-4e38776b5b68c61a4593a84340f4654200f7568e.tar.gz
wordpress-mu-4e38776b5b68c61a4593a84340f4654200f7568e.tar.xz
wordpress-mu-4e38776b5b68c61a4593a84340f4654200f7568e.zip
Let's just bump this and be done with it
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1004 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 ca88592..54d505c 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.1'; // Let's just avoid confusion
+$wp_version = 'wordpress-mu-1.2.3'; // Let's just avoid confusion
$wp_db_version = 5200;
?>