X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/cc7b1505cd9fafd87c3672f669e13e98b0c544f7..d1a708afbff086d1600f4d87e6946f82016e2e3a:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index cab8bbed..22b86360 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -1,8 +1,32 @@ +/** + * Holds the TinyMCE version + * + * @global string $tinymce_version + */ +$tinymce_version = '3241-1141'; + +/** + * Holds the cache manifest version + * + * @global string $manifest_version + */ +$manifest_version = '20090616';