Skip to content

Commit 8065e6f

Browse files
authored
Update changelog and version for 1_18_2 (#214)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 38b7739 commit 8065e6f

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.2
4+
* Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis.
35
## v1.18.1
46
* Fix check for new ddi table in 1.11 and fix space in driver count check.
57
## v1.18.0

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.1)
14+
project(level-zero VERSION 1.18.2)
1515

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)