Changeset 44105
- Timestamp:
- 12/13/2018 03:40:01 AM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/package.json
r43972 r44105 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 1",3 "version": "5.0.2", 4 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 5 "repository": { -
branches/5.0/src/wp-includes/version.php
r44077 r44105 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '5.0. 1-src';7 $wp_version = '5.0.2-alpha-44105-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.