Changeset 7215
- Timestamp:
- 10/15/2021 02:25:11 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bbpress.php (modified) (1 diff)
-
src/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r7092 r7215 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.7.0-alpha 20 * Version: 2.7.0-alpha-2 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
trunk/src/bbpress.php
r7092 r7215 206 206 /** Versions **********************************************************/ 207 207 208 $this->version = '2.7.0-alpha- 1';208 $this->version = '2.7.0-alpha-2'; 209 209 $this->db_version = '263'; 210 210
Note: See TracChangeset
for help on using the changeset viewer.