Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2012 06:39:29 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump 1.5 branch to 1.5.6.

File:
1 edited

Legend:

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

    r5946 r6075  
    1818// Define the BuddyPress version
    1919if ( !defined( 'BP_VERSION' ) )
    20     define( 'BP_VERSION', '1.5.5' );
     20    define( 'BP_VERSION', '1.5.6' );
    2121
    2222// Define the database version
    2323if ( !defined( 'BP_DB_VERSION' ) )
    24     define( 'BP_DB_VERSION', 3820 );
     24    define( 'BP_DB_VERSION', 3830 );
    2525
    2626// Place your custom code (actions/filters) in a file called
Note: See TracChangeset for help on using the changeset viewer.