Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/13/2012 11:01:37 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump branch to 2.0.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/bbpress.php

    r3641 r3957  
    1616 * Author:      The bbPress Community
    1717 * Author URI:  http://bbpress.org
    18  * Version:     2.0.2
     18 * Version:     2.0.3
    1919 * Text Domain: bbpress
    2020 * Domain Path: /bbp-languages/
     
    4949     * @public string bbPress version
    5050     */
    51     public $version = '2.0.2';
     51    public $version = '2.0.3';
    5252
    5353    /**
    5454     * @public string bbPress DB version
    5555     */
    56     public $db_version = '202';
     56    public $db_version = '203';
    5757
    5858    /** Post types ************************************************************/
Note: See TracChangeset for help on using the changeset viewer.