Changeset 11549
- Timestamp:
- 06/11/2009 01:29:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/version.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/version.php
r11532 r11549 9 9 * @global string $wp_version 10 10 */ 11 $wp_version = '2.8 -RC1';11 $wp_version = '2.8'; 12 12 13 13 /** … … 16 16 * @global int $wp_db_version 17 17 */ 18 $wp_db_version = 1 0851;18 $wp_db_version = 11548; 19 19 20 20 /** … … 30 30 * @global string $manifest_version 31 31 */ 32 $manifest_version = '20090 517';32 $manifest_version = '20090610';
Note: See TracChangeset
for help on using the changeset viewer.