Changeset 4310 for trunk/bbpress.php
- Timestamp:
- 11/02/2012 08:41:56 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4263 r4310 18 18 * Author: The bbPress Community 19 19 * Author URI: http://bbpress.org 20 * Version: 2.2- alpha20 * Version: 2.2-beta 21 21 * Text Domain: bbpress 22 22 * Domain Path: /bbp-languages/ … … 181 181 /** Versions **********************************************************/ 182 182 183 $this->version = '2.2- alpha-4242';184 $this->db_version = '21 4';183 $this->version = '2.2-beta-4309'; 184 $this->db_version = '216'; 185 185 186 186 /** Paths *************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.