X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4f9d63e13cd8c6e275797c75b401b074b82937bc..542cf06a610bc430421351ace7a2cc45f393b990:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 70638507..731ce598 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.1'; /** * 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