X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/a66f9e26487c560245ef9cd17d7e87c0cbb650af..fd1685fbc29cf422e0d23f1bf1815bc023be805d:/wp-includes/version.php diff --git a/wp-includes/version.php b/wp-includes/version.php index 6459c194..05e585cb 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';