X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/16b9f61a8ab25bd6c9fbfd0cea00c7bda22f6a71..a7152b1f4c81650e5ba96ef07f9aa9c0fbc7752b:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 0fc45fc4..150a31cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,14 +8,14 @@ * * @global string $wp_version */ -$wp_version = '2.9.1'; +$wp_version = '3.0.2'; /** * 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