Changeset 12302
- Timestamp:
- 11/27/2018 08:02:49 PM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/bp-loader.php
r12299 r12302 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4.0. 018 * Version: 4.0.1-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/src/bp-loader.php
r12299 r12302 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4.0. 018 * Version: 4.0.1-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/src/class-buddypress.php
r12299 r12302 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '4.0. 0';306 $this->version = '4.0.1-alpha'; 307 307 $this->db_version = 11105; 308 308
Note: See TracChangeset
for help on using the changeset viewer.