Skip to content

Commit 0bfc92d

Browse files
authored
Update Changelog and version to v1.18.1 (#211)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 78941ef commit 0bfc92d

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.18.1
4+
* Fix check for new ddi table in 1.11 and fix space in driver count check.
35
## v1.18.0
46
* v1.11 Spec Changes for the L0 Loader
57
* Wrap linker flags on Windows for IntelLLVM

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
1111
endif()
1212

1313
# This project follows semantic versioning (https://semver.org/)
14-
project(level-zero VERSION 1.18.0)
14+
project(level-zero VERSION 1.18.1)
1515

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)