Skip to content

Commit 5275deb

Browse files
author
Greg Roth
authored
Update version to 1.8.2405 (microsoft#6603)
In preparation for the 1.8.2405 release, update the version information in the util files.
1 parent ad778f2 commit 5275deb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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" : "2403"
5+
"rev" : "2405"
66
},
7-
"sha" : "809d71c4f33ae1b69c4cb3ac457286ff34008582"
7+
"sha" : "9fae255270cc89a00e1f3a3630210ec1100afa4a"
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 2403
21+
#define RC_VERSION_FIELD_3 2405
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.2403.0"
31+
#define RC_FILE_VERSION "1.8.2405.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.2403.0"
52+
#define RC_PRODUCT_VERSION "1.8.2405.0"
5353

5454
#ifdef HLSL_TOOL_NAME
5555
#undef HLSL_TOOL_NAME

0 commit comments

Comments
 (0)