wp/wp-includes/version.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     9  */
     9  */
    10 
    10 
    11 /**
    11 /**
    12  * The WordPress version string.
    12  * The WordPress version string.
    13  *
    13  *
       
    14  * Holds the current version number for WordPress core. Used to bust caches
       
    15  * and to enable development mode for scripts when running from the /src directory.
       
    16  *
    14  * @global string $wp_version
    17  * @global string $wp_version
    15  */
    18  */
    16 $wp_version = '5.8.1';
    19 $wp_version = '6.0.2';
    17 
    20 
    18 /**
    21 /**
    19  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    22  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    20  *
    23  *
    21  * @global int $wp_db_version
    24  * @global int $wp_db_version
    22  */
    25  */
    23 $wp_db_version = 49752;
    26 $wp_db_version = 53496;
    24 
    27 
    25 /**
    28 /**
    26  * Holds the TinyMCE version.
    29  * Holds the TinyMCE version.
    27  *
    30  *
    28  * @global string $tinymce_version
    31  * @global string $tinymce_version