- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/version.php
r17594 r17486 23 23 * @global string $wp_version 24 24 */ 25 $wp_version = '3.1 .1';25 $wp_version = '3.1'; 26 26 27 27 /** … … 30 30 * @global int $wp_db_version 31 31 */ 32 $wp_db_version = 17 516;32 $wp_db_version = 17056; 33 33 34 34 /** … … 37 37 * @global string $tinymce_version 38 38 */ 39 $tinymce_version = '3393 a';39 $tinymce_version = '3393'; 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.