Skip to:
Content

bbPress.org

Changeset 4439 for trunk/bbpress.php


Ignore:
Timestamp:
11/19/2012 06:15:17 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4424 r4439  
    1818 * Author:      The bbPress Community
    1919 * Author URI:  http://bbpress.org
    20  * Version:     2.2-rc2
     20 * Version:     2.2
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    181181        /** Versions **********************************************************/
    182182
    183         $this->version    = '2.2-rc2-4421';
    184         $this->db_version = '216';
     183        $this->version    = '2.2';
     184        $this->db_version = '220';
    185185
    186186        /** Paths *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.