wp/wp-includes/version.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 13 d255fe9cd479
--- a/wp/wp-includes/version.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/version.php	Mon Oct 14 18:28:13 2019 +0200
@@ -1,31 +1,40 @@
 <?php
 /**
+ * WordPress Version
+ *
+ * Contains version information for the current WordPress release.
+ *
+ * @package WordPress
+ * @since 1.1.0
+ */
+
+/**
  * The WordPress version string
  *
  * @global string $wp_version
  */
-$wp_version = '4.9.8';
+$wp_version = '5.2.3';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
  */
-$wp_db_version = 38590;
+$wp_db_version = 44719;
 
 /**
  * Holds the TinyMCE version
  *
  * @global string $tinymce_version
  */
-$tinymce_version = '4800-20180716';
+$tinymce_version = '4940-20190515';
 
 /**
  * Holds the required PHP version
  *
  * @global string $required_php_version
  */
-$required_php_version = '5.2.4';
+$required_php_version = '5.6.20';
 
 /**
  * Holds the required MySQL version