Changeset 12413
- Timestamp:
- 07/23/2019 07:57:49 AM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/bp-loader.php
r12411 r12413 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4. 4.018 * Version: 4.5.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/package.json
r12411 r12413 52 52 "url": "https://buddypress.svn.wordpress.org/trunk/" 53 53 }, 54 "version": "4. 4.0",54 "version": "4.5.0-alpha", 55 55 "dependencies": {}, 56 56 "browserslist": [ -
branches/4.0/src/bp-loader.php
r12411 r12413 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4. 4.018 * Version: 4.5.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/src/class-buddypress.php
r12411 r12413 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '4. 4.0';306 $this->version = '4.5.0-alpha'; 307 307 $this->db_version = 11105; 308 308
Note: See TracChangeset
for help on using the changeset viewer.