Skip to:
Content

BuddyPress.org

Changeset 7215 for trunk/bp-loader.php


Ignore:
Timestamp:
06/13/2013 03:42:39 PM (12 years ago)
Author:
boonebgorges
Message:

Bumps to 1.8-beta1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r7201 r7215  
    1717 * Author:      The BuddyPress Community
    1818 * Author URI:  http://buddypress.org/community/members/
    19  * Version:     1.8-bleeding
     19 * Version:     1.8-beta1
    2020 * Text Domain: buddypress
    2121 * Domain Path: /bp-languages/
     
    257257                    // get network-activated plugins
    258258                    $plugins = get_site_option( 'active_sitewide_plugins');
    259                    
     259
    260260                    // basename
    261261                    $basename = plugin_basename( constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php' );
     
    295295        /** Versions **********************************************************/
    296296
    297         $this->version    = '1.8-bleeding-7167';
     297        $this->version    = '1.8-beta1';
    298298        $this->db_version = 6080;
    299299
Note: See TracChangeset for help on using the changeset viewer.