]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/version.php
Wordpress 2.0.2
[autoinstalls/wordpress.git] / wp-includes / version.php
1 <?php
2
3 // This just holds the version number, in a separate file so we can bump it without cluttering the SVN
4
5 $wp_version = '2.0.2';
6 $wp_db_version = 3437;
7
8 ?>