Changeset 4439 for trunk/bbpress.php
- Timestamp:
- 11/19/2012 06:15:17 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4424 r4439 18 18 * Author: The bbPress Community 19 19 * Author URI: http://bbpress.org 20 * Version: 2.2 -rc220 * Version: 2.2 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 181 181 /** Versions **********************************************************/ 182 182 183 $this->version = '2.2 -rc2-4421';184 $this->db_version = '2 16';183 $this->version = '2.2'; 184 $this->db_version = '220'; 185 185 186 186 /** Paths *************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.