Changeset 43554
- Timestamp:
- 08/02/2018 09:35:32 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/package.json
r43433 r43554 1 1 { 2 2 "name": "WordPress", 3 "version": "4.9. 8",3 "version": "4.9.9", 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
r43552 r43554 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.9. 8-src';7 $wp_version = '4.9.9-alpha-43554-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.