Changes from branches/3.0/wp-includes/version.php at r17419 to trunk/wp-includes/version.php at r17485
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r17419 r17485 23 23 * @global string $wp_version 24 24 */ 25 $wp_version = '3. 0.5';25 $wp_version = '3.1'; 26 26 27 27 /** … … 30 30 * @global int $wp_db_version 31 31 */ 32 $wp_db_version = 1 5477;32 $wp_db_version = 17056; 33 33 34 34 /** … … 37 37 * @global string $tinymce_version 38 38 */ 39 $tinymce_version = '3 27-1235';39 $tinymce_version = '3393'; 40 40 41 41 /** … … 44 44 * @global string $manifest_version 45 45 */ 46 $manifest_version = '201 00530';46 $manifest_version = '20111113'; 47 47 48 48 /**
Note: See TracChangeset
for help on using the changeset viewer.