Skip to content

Commit e52b6bc

Browse files
authored
Update version to 1.8.2502 (microsoft#7065)
Update version to 1.8.2502
1 parent 5bf6f77 commit e52b6bc

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

docs/ReleaseNotes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ The included licenses apply to the following files:
1717

1818
## Changelog
1919

20-
### Upcoming Release
21-
22-
Place release notes for the upcoming release below this line and remove this line upon naming this release.
20+
### Version 1.8.2502
2321

2422
- The incomplete WaveMatrix implementation has been removed.
2523
- DXIL Validator Hash is open sourced.

utils/version/latest-release.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version" : {
3-
"major" : "1",
4-
"minor" : "8",
5-
"rev" : "2407"
2+
"version": {
3+
"major": "1",
4+
"minor": "8",
5+
"rev": "2502"
66
},
7-
"sha" : "737a12a663f1697d3755a522d8fbf30481ecd2f6"
7+
"sha": "070d0d5a2beacef9eeb51037a9b04665716fd6f3"
88
}

utils/version/version.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifdef RC_VERSION_FIELD_3
1919
#undef RC_VERSION_FIELD_3
2020
#endif
21-
#define RC_VERSION_FIELD_3 2407
21+
#define RC_VERSION_FIELD_3 2502
2222

2323
#ifdef RC_VERSION_FIELD_4
2424
#undef RC_VERSION_FIELD_4
@@ -28,7 +28,7 @@
2828
#ifdef RC_FILE_VERSION
2929
#undef RC_FILE_VERSION
3030
#endif
31-
#define RC_FILE_VERSION "1.8.2407.0"
31+
#define RC_FILE_VERSION "1.8.2502.0"
3232

3333
#ifdef RC_FILE_DESCRIPTION
3434
#undef RC_FILE_DESCRIPTION
@@ -49,7 +49,7 @@
4949
#ifdef RC_PRODUCT_VERSION
5050
#undef RC_PRODUCT_VERSION
5151
#endif
52-
#define RC_PRODUCT_VERSION "1.8.2407.0"
52+
#define RC_PRODUCT_VERSION "1.8.2502.0"
5353

5454
#ifdef HLSL_TOOL_NAME
5555
#undef HLSL_TOOL_NAME

0 commit comments

Comments
 (0)