Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/21/2011 06:21:39 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump plugin version to 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

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