Skip to:
Content

BuddyPress.org

Changeset 12413


Ignore:
Timestamp:
07/23/2019 07:57:49 AM (6 years ago)
Author:
imath
Message:

The 4.0 branch is now 4.5.0-alpha.

Location:
branches/4.0
Files:
4 edited

Legend:

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

    r12411 r12413  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.4.0
     18 * Version:     4.5.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/4.0/package.json

    r12411 r12413  
    5252        "url": "https://buddypress.svn.wordpress.org/trunk/"
    5353    },
    54     "version": "4.4.0",
     54    "version": "4.5.0-alpha",
    5555    "dependencies": {},
    5656    "browserslist": [
  • branches/4.0/src/bp-loader.php

    r12411 r12413  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     4.4.0
     18 * Version:     4.5.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/4.0/src/class-buddypress.php

    r12411 r12413  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '4.4.0';
     306        $this->version    = '4.5.0-alpha';
    307307        $this->db_version = 11105;
    308308
Note: See TracChangeset for help on using the changeset viewer.