Skip to:
Content

BuddyPress.org

Changeset 5136 for trunk/bp-loader.php


Ignore:
Timestamp:
09/09/2011 09:33:31 PM (13 years ago)
Author:
boonebgorges
Message:

Bumps version numbers for 1.5-rc-1. Adds improvements to readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5056 r5136  
    55 * Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    66 * Author:      The BuddyPress Community
    7  * Version:     1.5-beta-3
     7 * Version:     1.5-rc-1
    88 * Author URI:  http://buddypress.org/community/members/
    99 * Network:     true
     
    1818// Define the BuddyPress version
    1919if ( !defined( 'BP_VERSION' ) )
    20     define( 'BP_VERSION', '1.5-beta-3' );
     20    define( 'BP_VERSION', '1.5-rc-1' );
    2121
    2222// Define the database version
    2323if ( !defined( 'BP_DB_VERSION' ) )
    24     define( 'BP_DB_VERSION', 3816 );
     24    define( 'BP_DB_VERSION', 3817 );
    2525
    2626// Place your custom code (actions/filters) in a file called
Note: See TracChangeset for help on using the changeset viewer.