Changeset 39883
- Timestamp:
- 01/11/2017 09:35:25 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/package.json
r39579 r39883 1 1 { 2 2 "name": "WordPress", 3 "version": "4.7. 1",3 "version": "4.7.2", 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
r39845 r39883 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.7. 1-src';7 $wp_version = '4.7.2-alpha-39883-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.