diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-includes/version.php --- a/wp/wp-includes/version.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-includes/version.php Mon Oct 14 17:39:30 2019 +0200 @@ -4,21 +4,21 @@ * * @global string $wp_version */ -$wp_version = '4.2.2'; +$wp_version = '4.9.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 31535; +$wp_db_version = 38590; /** * Holds the TinyMCE version * * @global string $tinymce_version */ -$tinymce_version = '4109-20150505'; +$tinymce_version = '4800-20180716'; /** * Holds the required PHP version