X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4f9d63e13cd8c6e275797c75b401b074b82937bc..a7152b1f4c81650e5ba96ef07f9aa9c0fbc7752b:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 70638507..150a31cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,14 +8,14 @@ * * @global string $wp_version */ -$wp_version = '3.0'; +$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 = 15260; +$wp_db_version = 15477; /** * Holds the TinyMCE version