Skip to content

Commit 6fa9416

Browse files
authored
Update Changelog and version to to v1.18.3 (#219)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent c46bdd5 commit 6fa9416

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.3
4+
* Update loader headers to spec 1.11 with fixed ddi ordering
5+
* Remove preload of all drivers given zeInitDrivers and update unit tests
36
## v1.18.2
47
* Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis.
58
## v1.18.1

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

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)