Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/17/2015 08:24:32 PM (10 years ago)
Author:
boonebgorges
Message:

Bumping version numbers to 2.3.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/src/bp-loader.php

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