Skip to:
Content

BuddyPress.org

Changeset 11658


Ignore:
Timestamp:
08/04/2017 09:20:18 AM (8 years ago)
Author:
djpaul
Message:

2.9 branch: bump versions to 2.9.1-alpha

Location:
branches/2.9
Files:
5 edited

Legend:

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

    r11654 r11658  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.0
     18 * Version:     2.9.1-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/npm-shrinkwrap.json

    r11654 r11658  
    11{
    22  "name": "buddypress",
    3   "version": "2.9.0",
     3  "version": "2.9.1-alpha",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.9/package.json

    r11654 r11658  
    5151    "url": "https://buddypress.svn.wordpress.org/trunk/"
    5252  },
    53   "version": "2.9.0"
     53  "version": "2.9.1-alpha"
    5454}
  • branches/2.9/src/bp-loader.php

    r11654 r11658  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.0
     18 * Version:     2.9.1-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/src/class-buddypress.php

    r11654 r11658  
    294294        /** Versions **********************************************************/
    295295
    296         $this->version    = '2.9.0';
     296        $this->version    = '2.9.1-alpha';
    297297        $this->db_version = 11105;
    298298
Note: See TracChangeset for help on using the changeset viewer.