Skip to content

Update version to 1.8.2502 #7065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The included licenses apply to the following files:

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.
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables.
Expand Down
12 changes: 6 additions & 6 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"
},
"sha" : "737a12a663f1697d3755a522d8fbf30481ecd2f6"
"version": {
"major": "1",
"minor": "8",
"rev": "2502"
},
"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
Loading