summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-24 19:11:43 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-24 19:11:43 +0000
commit8c4021c41bd9a038b21c06ee0e1ca83058a7f560 (patch)
tree396198c3c03281e5ad78781775c15ba45f209831 /wp-includes/version.php
parentc91fd8d98e0fd5260282a2cfced97d743067076e (diff)
downloadwordpress-mu-8c4021c41bd9a038b21c06ee0e1ca83058a7f560.tar.gz
wordpress-mu-8c4021c41bd9a038b21c06ee0e1ca83058a7f560.tar.xz
wordpress-mu-8c4021c41bd9a038b21c06ee0e1ca83058a7f560.zip
Bump version number to 1.3.2
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1192 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 7a78e44..bc15aab 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -3,7 +3,7 @@
// 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.1';
+$wpmu_version = '1.3.2';
$wp_db_version = 6124;
?>