Skip to:
Content

BuddyPress.org

Changeset 6899 for trunk/bp-loader.php


Ignore:
Timestamp:
04/08/2013 06:07:39 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Tweak readme.txt and bp-loader.php for BuddyPress 1.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r6874 r6899  
    1717 * Author:      The BuddyPress Community
    1818 * Author URI:  http://buddypress.org/community/members/
    19  * Version:     1.7-rc1
     19 * Version:     1.7
    2020 * Text Domain: buddypress
    2121 * Domain Path: /bp-languages/
     
    279279        /** Versions **********************************************************/
    280280
    281         $this->version    = '1.7-rc1-6874';
    282         $this->db_version = 6067;
     281        $this->version    = '1.7';
     282        $this->db_version = 6080;
    283283
    284284        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.