Changeset 43433
- Timestamp:
- 07/05/2018 06:13:53 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/package.json
r43298 r43433 1 1 { 2 2 "name": "WordPress", 3 "version": "4.9. 7",3 "version": "4.9.8", 4 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 5 "repository": { -
branches/4.9/src/wp-includes/version.php
r43407 r43433 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.9. 7-src';7 $wp_version = '4.9.8-alpha-43433-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.