Changeset 6535 for trunk/src/bbpress.php
- Timestamp:
- 06/12/2017 09:54:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6514 r6535 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-rc- 120 * Version: 2.6-rc-3 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 205 205 /** Versions **********************************************************/ 206 206 207 $this->version = '2.6-rc-65 13';208 $this->db_version = '26 1';207 $this->version = '2.6-rc-6535'; 208 $this->db_version = '262'; 209 209 210 210 /** Paths *************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.