Skip to content

Commit ea5be99

Browse files
committed
Update Level Zero Loader version to v1.15
Signed-off-by: Neil R Spruit <[email protected]>
1 parent fb9e1e0 commit ea5be99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Level zero loader changelog
22

3+
## v1.15.1
4+
* Fix Windows build for Control Flow Guard Mitigation.
35
## v1.15.0
46
* Update to spec 1.8.0
57
## v1.14.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
# This project follows semantic versioning (https://semver.org/). Only set the
1414
# major and minor version here - patch version is determined dynamically.
15-
project(level-zero VERSION 1.14)
15+
project(level-zero VERSION 1.15)
1616

1717
# Patch version corresponds to # of commits on master since last version
1818
# major/minor tag (e.g., v1.0). If not building in a git repository, then get

0 commit comments

Comments
 (0)