Skip to:
Content

BuddyPress.org

Changeset 11157


Ignore:
Timestamp:
09/22/2016 04:21:52 PM (8 years ago)
Author:
mercime
Message:

Bump version numbers to 2.7.0-beta1.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r10940 r11157  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.7-alpha
     18 * Version:     2.7-beta1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/package.json

    r10973 r11157  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.6.0"
     49  "version": "2.7.0-beta1"
    5050}
  • trunk/src/bp-loader.php

    r11105 r11157  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.7-alpha
     18 * Version:     2.7-beta1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
     
    331331        /** Versions **********************************************************/
    332332
    333         $this->version    = '2.7-alpha';
     333        $this->version    = '2.7-beta1';
    334334        $this->db_version = 11105;
    335335
Note: See TracChangeset for help on using the changeset viewer.