X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9b5673a7aae863ab45c3b73460060352c5b3810b..refs/tags/wordpress-3.1-scripts:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 5977122f..37d08d16 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -22,28 +22,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * @global string $wp_version */ -$wp_version = '3.0.5'; +$wp_version = '3.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 15477; +$wp_db_version = 17056; /** * Holds the TinyMCE version * * @global string $tinymce_version */ -$tinymce_version = '327-1235'; +$tinymce_version = '3393'; /** * Holds the cache manifest version * * @global string $manifest_version */ -$manifest_version = '20100530'; +$manifest_version = '20111113'; /** * Holds the required PHP version