Skip to:
Content

BuddyPress.org

Changeset 10247


Ignore:
Timestamp:
10/11/2015 03:55:51 PM (9 years ago)
Author:
djpaul
Message:

Bump trunk version to 2.4.0-beta1

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r9954 r10247  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.4.0-alpha
     18 * Version:     2.4.0-beta1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/bp-loader.php

    r10146 r10247  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.4.0-alpha
     17 * Version:     2.4.0-beta1
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    328328        /** Versions **********************************************************/
    329329
    330         $this->version    = '2.4.0-alpha';
     330        $this->version    = '2.4.0-beta1';
    331331        $this->db_version = 10000;
    332332
  • trunk/src/readme.txt

    r10245 r10247  
    44Requires at least: 3.8
    55Tested up to: 4.3.1
    6 Stable tag: 2.3.4
     6Stable tag: 2.4.0-beta1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.