Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/03/2015 08:24:40 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.3.0 and database version to latest revision.

Also includes release related updates to readme.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r9892 r9910  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.3.0-rc
     17 * Version:     2.3.0
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    310310        /** Versions **********************************************************/
    311311
    312         $this->version    = '2.3.0-rc';
    313         $this->db_version = 9848;
     312        $this->version    = '2.3.0';
     313        $this->db_version = 9909;
    314314
    315315        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.