File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ The included licenses apply to the following files:
17
17
18
18
## Changelog
19
19
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
23
21
24
22
- The incomplete WaveMatrix implementation has been removed.
25
23
- DXIL Validator Hash is open sourced.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : {
3
- "major" : " 1" ,
4
- "minor" : " 8" ,
5
- "rev" : " 2407 "
2
+ "version" : {
3
+ "major" : " 1" ,
4
+ "minor" : " 8" ,
5
+ "rev" : " 2502 "
6
6
},
7
- "sha" : " 737a12a663f1697d3755a522d8fbf30481ecd2f6 "
7
+ "sha" : " 070d0d5a2beacef9eeb51037a9b04665716fd6f3 "
8
8
}
Original file line number Diff line number Diff line change 18
18
# ifdef RC_VERSION_FIELD_3
19
19
#undef RC_VERSION_FIELD_3
20
20
#endif
21
- # define RC_VERSION_FIELD_3 2407
21
+ # define RC_VERSION_FIELD_3 2502
22
22
23
23
# ifdef RC_VERSION_FIELD_4
24
24
#undef RC_VERSION_FIELD_4
28
28
# ifdef RC_FILE_VERSION
29
29
#undef RC_FILE_VERSION
30
30
#endif
31
- # define RC_FILE_VERSION " 1.8.2407 .0"
31
+ # define RC_FILE_VERSION " 1.8.2502 .0"
32
32
33
33
# ifdef RC_FILE_DESCRIPTION
34
34
#undef RC_FILE_DESCRIPTION
49
49
# ifdef RC_PRODUCT_VERSION
50
50
#undef RC_PRODUCT_VERSION
51
51
#endif
52
- # define RC_PRODUCT_VERSION " 1.8.2407 .0"
52
+ # define RC_PRODUCT_VERSION " 1.8.2502 .0"
53
53
54
54
# ifdef HLSL_TOOL_NAME
55
55
#undef HLSL_TOOL_NAME
You can’t perform that action at this time.
0 commit comments