Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/15/2013 01:14:19 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/update.php

    r4686 r4849  
    234234        // 2.0, 2.0.1, 2.0.2, 2.0.3
    235235        if ( $raw_db_version < 200 ) {
    236                 // Do nothing
     236                // No changes
    237237        }
    238238
     
    265265        }
    266266
     267        /** 2.3 Branch ************************************************************/
     268
     269        // 2.3
     270        if ( $raw_db_version < 230 ) {
     271                // No changes
     272        }
     273
    267274        /** All done! *************************************************************/
    268275
Note: See TracChangeset for help on using the changeset viewer.