Skip to:
Content

BuddyPress.org

Changeset 12309


Ignore:
Timestamp:
12/04/2018 03:20:38 PM (8 years ago)
Author:
boonebgorges
Message:

Trunk is now 5.0.0-alpha.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r12299 r12309  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.0.0
     18 * Version:     5.0.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/bp-loader.php

    r12299 r12309  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.0.0
     18 * Version:     5.0.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/class-buddypress.php

    r12299 r12309  
    304304                /** Versions **********************************************************/
    305305
    306                 $this->version    = '4.0.0';
     306                $this->version    = '5.0.0-alpha';
    307307                $this->db_version = 11105;
    308308
Note: See TracChangeset for help on using the changeset viewer.