]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / version.php
index 985bf536e4cf3d7e3110a8afed98c464f9365138..ae3a9442f773b6cbd90a70b46d216f4bf093f28e 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
 <?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.11';
-$wp_db_version = 3441;
+$wp_version = '2.3.2';
+$wp_db_version = 6124;
 
 ?>
 
 ?>