Skip to content

Commit 4d7c704

Browse files
authored
Update version to 1.8.2505 (#7398)
Update version to 1.8.2505
1 parent 0fd79eb commit 4d7c704

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ 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.2505
2321

2422
- Typed buffers (including ROV buffers) no longer accept types other than vectors and scalars. Any other types will produce descriptive errors. This removes support for appropriately sized matrices and structs. Though it worked in some contexts, code generated from such types was unreliable.
23+
- By default, the internal validator will be used instead of searching externally for an existing DXIL.dll.
2524

2625
### Version 1.8.2502
2726

utils/version/latest-release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": {
33
"major": "1",
44
"minor": "8",
5-
"rev": "2502"
5+
"rev": "2505"
66
},
7-
"sha": "070d0d5a2beacef9eeb51037a9b04665716fd6f3"
7+
"sha": "0fd79eba6bb23f50ec21a7a7daeee3614bebe12b"
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 2502
21+
#define RC_VERSION_FIELD_3 2505
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.2502.0"
31+
#define RC_FILE_VERSION "1.8.2505.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.2502.0"
52+
#define RC_PRODUCT_VERSION "1.8.2505.0"
5353

5454
#ifdef HLSL_TOOL_NAME
5555
#undef HLSL_TOOL_NAME

0 commit comments

Comments
 (0)