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