web/wp-includes/version.php
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
     6 /**
     6 /**
     7  * The WordPress version string
     7  * The WordPress version string
     8  *
     8  *
     9  * @global string $wp_version
     9  * @global string $wp_version
    10  */
    10  */
    11 $wp_version = '2.8.6';
    11 $wp_version = '2.9.1';
    12 
    12 
    13 /**
    13 /**
    14  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    14  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    15  *
    15  *
    16  * @global int $wp_db_version
    16  * @global int $wp_db_version
    17  */
    17  */
    18 $wp_db_version = 11548;
    18 $wp_db_version = 12329;
    19 
    19 
    20 /**
    20 /**
    21  * Holds the TinyMCE version
    21  * Holds the TinyMCE version
    22  *
    22  *
    23  * @global string $tinymce_version
    23  * @global string $tinymce_version
    24  */
    24  */
    25 $tinymce_version = '3241-1141';
    25 $tinymce_version = '327-1235';
    26 
    26 
    27 /**
    27 /**
    28  * Holds the cache manifest version
    28  * Holds the cache manifest version
    29  *
    29  *
    30  * @global string $manifest_version
    30  * @global string $manifest_version
    31  */
    31  */
    32 $manifest_version = '20090616';
    32 $manifest_version = '20090616';
    33 
    33 
       
    34 /**
       
    35  * Holds the required PHP version
       
    36  *
       
    37  * @global string $required_php_version
       
    38  */
       
    39 $required_php_version = '4.3';
       
    40 
       
    41 /**
       
    42  * Holds the required MySQL version
       
    43  *
       
    44  * @global string $required_mysql_version
       
    45  */
       
    46 $required_mysql_version = '4.1.2';
       
    47 
    34 $wp_local_package = 'fr_FR';
    48 $wp_local_package = 'fr_FR';