wp/wp-includes/version.php
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
--- a/wp/wp-includes/version.php	Mon Jun 08 16:11:51 2015 +0000
+++ b/wp/wp-includes/version.php	Tue Jun 09 03:35:32 2015 +0200
@@ -4,21 +4,21 @@
  *
  * @global string $wp_version
  */
-$wp_version = '3.7.1';
+$wp_version = '4.2.2';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 25824;
+$wp_db_version = 31535;
 
 /**
  * Holds the TinyMCE version
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '359-20131026';
+$tinymce_version = '4109-20150505';
 
 /**
  * Holds the required PHP version