Skip to:
Content

BuddyPress.org

Changeset 974


Ignore:
Timestamp:
01/29/2009 09:59:55 PM (16 years ago)
Author:
apeatling
Message:

Updating all internal version numbers to 1.0b2.

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r960 r974  
    33
    44define ( 'BP_ACTIVITY_IS_INSTALLED', 1 );
    5 define ( 'BP_ACTIVITY_VERSION', '1.0b1.1' );
     5define ( 'BP_ACTIVITY_VERSION', '1.0b2' );
    66define ( 'BP_ACTIVITY_DB_VERSION', '937' );
    77
  • trunk/bp-blogs.php

    r960 r974  
    22require_once( 'bp-core.php' );
    33
    4 define ( 'BP_BLOGS_VERSION', '1.0b1' );
     4define ( 'BP_BLOGS_VERSION', '1.0b2' );
    55define ( 'BP_BLOGS_DB_VERSION', '937' );
    66
  • trunk/bp-core.php

    r972 r974  
    22
    33/* Define the current version number for checking if DB tables are up to date. */
    4 define( 'BP_CORE_VERSION', '1.0b1' );
     4define( 'BP_CORE_VERSION', '1.0b2' );
    55define( 'BP_CORE_DB_VERSION', '937' );
    66
  • trunk/bp-forums.php

    r970 r974  
    99require_once( 'bp-core.php' );
    1010
    11 define ( 'BP_FORUMS_VERSION', '1.0b1' );
     11define ( 'BP_FORUMS_VERSION', '1.0b2' );
    1212
    1313include_once( 'bp-forums/bp-forums-admin.php' );
  • trunk/bp-friends.php

    r960 r974  
    33
    44define ( 'BP_FRIENDS_IS_INSTALLED', 1 );
    5 define ( 'BP_FRIENDS_VERSION', '1.0b1' );
     5define ( 'BP_FRIENDS_VERSION', '1.0b2' );
    66define ( 'BP_FRIENDS_DB_VERSION', '937' );
    77
  • trunk/bp-groups.php

    r971 r974  
    33
    44define ( 'BP_GROUPS_IS_INSTALLED', 1 );
    5 define ( 'BP_GROUPS_VERSION', '1.0b1' );
     5define ( 'BP_GROUPS_VERSION', '1.0b2' );
    66define ( 'BP_GROUPS_DB_VERSION', '951' );
    77
  • trunk/bp-messages.php

    r960 r974  
    33
    44define ( 'BP_MESSAGES_IS_INSTALLED', 1 );
    5 define ( 'BP_MESSAGES_VERSION', '1.0b1' );
     5define ( 'BP_MESSAGES_VERSION', '1.0b2' );
    66define ( 'BP_MESSAGES_DB_VERSION', '948' );
    77
  • trunk/bp-wire.php

    r960 r974  
    33
    44define ( 'BP_WIRE_IS_INSTALLED', 1 );
    5 define ( 'BP_WIRE_VERSION', '1.0b1' );
     5define ( 'BP_WIRE_VERSION', '1.0b2' );
    66
    77define ( 'BP_WIRE_SLUG', apply_filters( 'bp_wire_slug', 'wire' ) );
  • trunk/bp-xprofile.php

    r960 r974  
    33
    44/* Set the version number */
    5 define ( 'BP_XPROFILE_VERSION', '1.0b1' );
     5define ( 'BP_XPROFILE_VERSION', '1.0b2' );
    66define ( 'BP_XPROFILE_DB_VERSION', '948' );
    77
  • trunk/buddypress-theme/buddypress-home/style.css

    r727 r974  
    22Theme Name: BuddyPress Home Theme
    33Theme URI: http://buddypress.com/
    4 Description: The theme for the home of an install
    5 Version: 1.0b1
     4Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress.
     5Version: 1.0b2
    66Author: Andy Peatling
    77Author URI: http://apeatling.wordpress.com
  • trunk/buddypress-theme/member-themes/buddypress-member/style.css

    r768 r974  
    22Theme Name: BuddyPress Member Theme
    33Theme URI: http://buddypress.org
    4 Description: The default member theme for BuddyPress. <strong>DO NOT ACTIVATE THIS THEME.</strong> It will be activated automatically for members.
    5 Version: 1.0b1
     4Description: The default member theme for BuddyPress. This theme handles all non-blog pages.
     5Version: 1.0b2
    66Author: Andy Peatling
    77Author URI: http://apeatling.wordpress.com
Note: See TracChangeset for help on using the changeset viewer.