]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
Wordpress 2.0.4
[autoinstalls/wordpress.git] / wp-includes / version.php
index 3a2e5dfef9735e0191e24d80bb6dd54bc556aa2b..cab8bbed6b6f5b72c692d9ffa9a42ec65af318c0 100644 (file)
@@ -2,7 +2,7 @@
 
 // This just 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.0.4';
+$wp_db_version = 3440;
 
 ?>