Skip to:
Content

BuddyPress.org

Changeset 12302


Ignore:
Timestamp:
11/27/2018 08:02:49 PM (6 years ago)
Author:
boonebgorges
Message:

The 4.0 branch is now 4.0.1-alpha.

Location:
branches/4.0
Files:
3 edited

Legend:

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

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

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

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