]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/version.php
WordPress 4.4.2
[autoinstalls/wordpress.git] / wp-includes / version.php
index a42664daf9644f08575018faf99516f6bde80d11..97ffadc2c300639c2a01253620baa3787496ee57 100644 (file)
@@ -4,21 +4,21 @@
  *
  * @global string $wp_version
  */
-$wp_version = '3.7.2';
+$wp_version = '4.4.2';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 26148;
+$wp_db_version = 35700;
 
 /**
  * Holds the TinyMCE version
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '359-20131026';
+$tinymce_version = '4208-20151113';
 
 /**
  * Holds the required PHP version