]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / version.php
index 3a2e5dfef9735e0191e24d80bb6dd54bc556aa2b..ae3a9442f773b6cbd90a70b46d216f4bf093f28e 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
+// This holds the version number in a separate file so we can bump it without cluttering the SVN
 
-$wp_version = '2.0.2';
-$wp_db_version = 3437;
+$wp_version = '2.3.2';
+$wp_db_version = 6124;
 
 ?>