Changeset 42668
- Timestamp:
- 02/07/2018 11:18:56 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/package.json
r42656 r42668 1 1 { 2 2 "name": "WordPress", 3 "version": "4.9. 4",3 "version": "4.9.5", 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
r42656 r42668 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.9. 4-src';7 $wp_version = '4.9.5-alpha-42668-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.