1 <?php |
1 <?php |
2 /** |
|
3 * This holds the version number in a separate file so we can bump it without cluttering the SVN |
|
4 */ |
|
5 |
|
6 /** |
2 /** |
7 * The WordPress version string |
3 * The WordPress version string |
8 * |
4 * |
9 * @global string $wp_version |
5 * @global string $wp_version |
10 */ |
6 */ |
11 $wp_version = '2.9.1'; |
7 $wp_version = '3.4.2'; |
12 |
8 |
13 /** |
9 /** |
14 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
10 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |
15 * |
11 * |
16 * @global int $wp_db_version |
12 * @global int $wp_db_version |
17 */ |
13 */ |
18 $wp_db_version = 12329; |
14 $wp_db_version = 21707; |
19 |
15 |
20 /** |
16 /** |
21 * Holds the TinyMCE version |
17 * Holds the TinyMCE version |
22 * |
18 * |
23 * @global string $tinymce_version |
19 * @global string $tinymce_version |
24 */ |
20 */ |
25 $tinymce_version = '327-1235'; |
21 $tinymce_version = '349-21274'; |
26 |
22 |
27 /** |
23 /** |
28 * Holds the cache manifest version |
24 * Holds the cache manifest version |
29 * |
25 * |
30 * @global string $manifest_version |
26 * @global string $manifest_version |
31 */ |
27 */ |
32 $manifest_version = '20090616'; |
28 $manifest_version = '20111113'; |
33 |
29 |
34 /** |
30 /** |
35 * Holds the required PHP version |
31 * Holds the required PHP version |
36 * |
32 * |
37 * @global string $required_php_version |
33 * @global string $required_php_version |
38 */ |
34 */ |
39 $required_php_version = '4.3'; |
35 $required_php_version = '5.2.4'; |
40 |
36 |
41 /** |
37 /** |
42 * Holds the required MySQL version |
38 * Holds the required MySQL version |
43 * |
39 * |
44 * @global string $required_mysql_version |
40 * @global string $required_mysql_version |
45 */ |
41 */ |
46 $required_mysql_version = '4.1.2'; |
42 $required_mysql_version = '5.0'; |
47 |
43 |
48 $wp_local_package = 'fr_FR'; |
44 $wp_local_package = 'fr_FR'; |