Changeset 1470

Show
Ignore:
Timestamp:
09/03/08 17:15:40 (3 months ago)
Author:
donncha
Message:

Bump the version number. Trunk is for experimental code, sync against the branch of the current release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/version.php

    r1374 r1470  
    99 * @global string $wp_version 
    1010 */ 
    11 $wp_version = '2.6'; 
     11$wp_version = '2.7'; 
    1212 
    1313/** 
     
    1818$wp_db_version = 8201; 
    1919 
    20 $wpmu_version = '2.6'; 
     20$wpmu_version = '2.7-bleeding-edge'; 
    2121?>