X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41497a896330304904ef6d5783c724ea713739f6..9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 016686cf..55c6b4c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,28 +4,21 @@ * * @global string $wp_version */ -$wp_version = '3.4.1'; +$wp_version = '4.0'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 21115; +$wp_db_version = 29630; /** * Holds the TinyMCE version * * @global string $tinymce_version */ -$tinymce_version = '349-20805'; - -/** - * Holds the cache manifest version - * - * @global string $manifest_version - */ -$manifest_version = '20111113'; +$tinymce_version = '4104-20140822'; /** * Holds the required PHP version