Skip to:
Content

bbPress.org

Changeset 4078


Ignore:
Timestamp:
07/08/2012 02:57:23 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump version to 2.2-bleeding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r4073 r4078  
    1818 * Author:      The bbPress Community
    1919 * Author URI:  http://bbpress.org
    20  * Version:     2.1
     20 * Version:     2.2-bleeding
    2121 * Text Domain: bbpress
    2222 * Domain Path: /bbp-languages/
     
    174174        /** Versions **********************************************************/
    175175
    176         $this->version    = '2.1'; // bbPress version
    177         $this->db_version = '210'; // bbPress DB version
     176        $this->version    = '2.2-bleeding'; // bbPress version
     177        $this->db_version = '210';          // bbPress DB version
    178178
    179179        /** Paths *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.