Skip to:
Content

BuddyPress.org

Changeset 9850


Ignore:
Timestamp:
05/07/2015 01:19:02 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump versions for 2.3 beta.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r9819 r9850  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.3-alpha
     18 * Version:     2.3-beta-1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/bp-loader.php

    r9819 r9850  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.3-alpha
     17 * Version:     2.3-beta
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    310310        /** Versions **********************************************************/
    311311
    312         $this->version    = '2.3-alpha';
    313         $this->db_version = 9695;
     312        $this->version    = '2.3-beta';
     313        $this->db_version = 9848;
    314314
    315315        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.