X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/312084b5d95c21feb519ff03decf948420e1f6fa..f8ce8fee333796f41d394479265f31b87bd6e436:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 0cbd4f43..00fe1c8f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,14 +8,14 @@ * * @global string $wp_version */ -$wp_version = '2.9.2'; +$wp_version = '3.0.3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 12329; +$wp_db_version = 15477; /** * Holds the TinyMCE version @@ -29,7 +29,7 @@ $tinymce_version = '327-1235'; * * @global string $manifest_version */ -$manifest_version = '20090616'; +$manifest_version = '20100530'; /** * Holds the required PHP version