X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..5d244c8fd9a27c9f89dd08da2af6fbc67d4fce63:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 8b16aa48..74198053 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1'; +$wp_version = '4.1.2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -18,7 +18,7 @@ $wp_db_version = 30133; * * @global string $tinymce_version */ -$tinymce_version = '4107-20141130'; +$tinymce_version = '4107-20150118'; /** * Holds the required PHP version