Changeset 6339 for trunk/src/bbpress.php
- Timestamp:
- 03/02/2017 03:30:06 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6332 r6339 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-beta- 220 * Version: 2.6-beta-3 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 205 205 /** Versions **********************************************************/ 206 206 207 $this->version = '2.6-beta-6 251';208 $this->db_version = '26 0';207 $this->version = '2.6-beta-6338'; 208 $this->db_version = '261'; 209 209 210 210 /** Paths *************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.