]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
WordPress 4.2.1
[autoinstalls/wordpress.git] / wp-includes / version.php
index 8a1b9570f26fda77a83799fec0144f37d50d3980..61d686739c4b573f27a100c73274645b310ebb4f 100644 (file)
@@ -4,21 +4,21 @@
  *
  * @global string $wp_version
  */
-$wp_version = '3.5.2';
+$wp_version = '4.2.1';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 22442;
+$wp_db_version = 31533;
 
 /**
  * Holds the TinyMCE version
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '358-24486';
+$tinymce_version = '4109-20150406';
 
 /**
  * Holds the required PHP version