Skip to:
Content

BuddyPress.org

Changeset 10924


Ignore:
Timestamp:
06/30/2016 12:36:22 AM (10 years ago)
Author:
dcavins
Message:

Bump branch version to 2.6.2-alpha.

Location:
branches/2.6
Files:
2 edited

Legend:

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

    r10922 r10924  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.6.1
     18 * Version:     2.6.2-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.6/src/bp-loader.php

    r10922 r10924  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.6.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';
     333                $this->version    = '2.6.2-alpha';
    334334                $this->db_version = 10469;
    335335
Note: See TracChangeset for help on using the changeset viewer.