Changeset 8242 for branches/crazyhorse/wp-includes/version.php
- Timestamp:
- 07/02/2008 11:07:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-includes/version.php
r8151 r8242 12 12 13 13 /** 14 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB scheme 15 * changes. 14 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. 16 15 * 17 16 * @global int $wp_db_version 18 17 */ 19 $wp_db_version = 8 134;18 $wp_db_version = 8201; 20 19 21 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.