Skip to:
Content

BuddyPress.org

Changeset 10931


Ignore:
Timestamp:
06/30/2016 04:18:11 PM (10 years ago)
Author:
dcavins
Message:

Bump 2.5 branch versions to 2.6.2-alpha.

Location:
branches/2.6
Files:
3 edited

Legend:

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

    r10929 r10931  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.6.1.1
     18 * Version:     2.6.2-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.6/package.json

    r10929 r10931  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.6.1.1"
     49  "version": "2.6.2-alpha"
    5050}
  • branches/2.6/src/bp-loader.php

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