Skip to:
Content

BuddyPress.org

Changeset 12316


Ignore:
Timestamp:
12/07/2018 06:16:57 PM (6 years ago)
Author:
boonebgorges
Message:

The 4.0 branch is now 4.2.0-alpha.

Location:
branches/4.0/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0/src/bp-loader.php

    r12314 r12316  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.1.0
     18 * Version:     4.2.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/4.0/src/class-buddypress.php

    r12314 r12316  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '4.1.0';
     306        $this->version    = '4.2.0-alpha';
    307307        $this->db_version = 11105;
    308308
Note: See TracChangeset for help on using the changeset viewer.