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