Make WordPress Core


Ignore:
Timestamp:
07/02/2008 11:07:56 PM (17 years ago)
Author:
mdawaffe
Message:

crazyhorse: merge with log:trunk@8151:8240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-includes/version.php

    r8151 r8242  
    1212
    1313/**
    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.
    1615 *
    1716 * @global int $wp_db_version
    1817 */
    19 $wp_db_version = 8134;
     18$wp_db_version = 8201;
    2019
    2120?>
Note: See TracChangeset for help on using the changeset viewer.