Skip to:
Content

BuddyPress.org

Changeset 4924 for trunk/bp-loader.php


Ignore:
Timestamp:
08/04/2011 08:05:26 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Bump to 1.5-beta-2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r4893 r4924  
    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-1
     7 * Version:     1.5-beta-2
    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-1' );
     20    define( 'BP_VERSION', '1.5-beta-2' );
    2121
    2222// Define the database version
Note: See TracChangeset for help on using the changeset viewer.