Skip to content

Commit

Permalink
Update version to 1.8.2502 (#7065)
Browse files Browse the repository at this point in the history
Update version to 1.8.2502
  • Loading branch information
bob80905 authored Jan 15, 2025
1 parent 5bf6f77 commit e52b6bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ The included licenses apply to the following files:

## Changelog

### Upcoming Release

Place release notes for the upcoming release below this line and remove this line upon naming this release.
### Version 1.8.2502

- The incomplete WaveMatrix implementation has been removed.
- DXIL Validator Hash is open sourced.
Expand Down
10 changes: 5 additions & 5 deletions utils/version/latest-release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version" : {
"major" : "1",
"minor" : "8",
"rev" : "2407"
"version": {
"major": "1",
"minor": "8",
"rev": "2502"
},
"sha" : "737a12a663f1697d3755a522d8fbf30481ecd2f6"
"sha": "070d0d5a2beacef9eeb51037a9b04665716fd6f3"
}
6 changes: 3 additions & 3 deletions utils/version/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifdef RC_VERSION_FIELD_3
#undef RC_VERSION_FIELD_3
#endif
#define RC_VERSION_FIELD_3 2407
#define RC_VERSION_FIELD_3 2502

#ifdef RC_VERSION_FIELD_4
#undef RC_VERSION_FIELD_4
Expand All @@ -28,7 +28,7 @@
#ifdef RC_FILE_VERSION
#undef RC_FILE_VERSION
#endif
#define RC_FILE_VERSION "1.8.2407.0"
#define RC_FILE_VERSION "1.8.2502.0"

#ifdef RC_FILE_DESCRIPTION
#undef RC_FILE_DESCRIPTION
Expand All @@ -49,7 +49,7 @@
#ifdef RC_PRODUCT_VERSION
#undef RC_PRODUCT_VERSION
#endif
#define RC_PRODUCT_VERSION "1.8.2407.0"
#define RC_PRODUCT_VERSION "1.8.2502.0"

#ifdef HLSL_TOOL_NAME
#undef HLSL_TOOL_NAME
Expand Down

0 comments on commit e52b6bc

Please sign in to comment.