wp/wp-includes/version.php
changeset 16 a86126ab1dd4
parent 13 d255fe9cd479
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
     7  * @package WordPress
     7  * @package WordPress
     8  * @since 1.1.0
     8  * @since 1.1.0
     9  */
     9  */
    10 
    10 
    11 /**
    11 /**
    12  * The WordPress version string
    12  * The WordPress version string.
    13  *
    13  *
    14  * @global string $wp_version
    14  * @global string $wp_version
    15  */
    15  */
    16 $wp_version = '5.2.4';
    16 $wp_version = '5.5.1';
    17 
    17 
    18 /**
    18 /**
    19  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    19  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    20  *
    20  *
    21  * @global int $wp_db_version
    21  * @global int $wp_db_version
    22  */
    22  */
    23 $wp_db_version = 44719;
    23 $wp_db_version = 48748;
    24 
    24 
    25 /**
    25 /**
    26  * Holds the TinyMCE version
    26  * Holds the TinyMCE version.
    27  *
    27  *
    28  * @global string $tinymce_version
    28  * @global string $tinymce_version
    29  */
    29  */
    30 $tinymce_version = '4940-20190515';
    30 $tinymce_version = '49100-20200624';
    31 
    31 
    32 /**
    32 /**
    33  * Holds the required PHP version
    33  * Holds the required PHP version.
    34  *
    34  *
    35  * @global string $required_php_version
    35  * @global string $required_php_version
    36  */
    36  */
    37 $required_php_version = '5.6.20';
    37 $required_php_version = '5.6.20';
    38 
    38 
    39 /**
    39 /**
    40  * Holds the required MySQL version
    40  * Holds the required MySQL version.
    41  *
    41  *
    42  * @global string $required_mysql_version
    42  * @global string $required_mysql_version
    43  */
    43  */
    44 $required_mysql_version = '5.0';
    44 $required_mysql_version = '5.0';