diff -r f507feede89a -r 09a1c134465b web/wp-includes/version.php --- a/web/wp-includes/version.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-includes/version.php Wed Dec 19 17:46:52 2012 -0800 @@ -4,28 +4,21 @@ * * @global string $wp_version */ -$wp_version = '3.4.2'; +$wp_version = '3.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 21707; +$wp_db_version = 22441; /** * Holds the TinyMCE version * * @global string $tinymce_version */ -$tinymce_version = '349-21274'; - -/** - * Holds the cache manifest version - * - * @global string $manifest_version - */ -$manifest_version = '20111113'; +$tinymce_version = '358-23156'; /** * Holds the required PHP version