summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-02-05 15:34:44 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-02-05 15:34:44 +0000
commit7126981ee497950fa0f033e32a6a8d0c150a1a62 (patch)
tree5538391c2c9a74849dec555b8ffff648c5b171ca /wp-includes/version.php
parentbd36587b32db474bd99b5cfcb7e7a4315dae9ed0 (diff)
downloadwordpress-mu-7126981ee497950fa0f033e32a6a8d0c150a1a62.tar.gz
wordpress-mu-7126981ee497950fa0f033e32a6a8d0c150a1a62.tar.xz
wordpress-mu-7126981ee497950fa0f033e32a6a8d0c150a1a62.zip
Merge with WP 2.3.3
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1196 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index bc15aab..f691583 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -2,8 +2,8 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
-$wp_version = '2.3.2';
-$wpmu_version = '1.3.2';
+$wp_version = '2.3.3';
+$wpmu_version = '1.3.3';
$wp_db_version = 6124;
?>