Skip to content

Commit 6105ae9

Browse files
authored
Update version and changelog to 1.18.4 (#225)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a95298b commit 6105ae9

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.4
4+
* Fix Backwards compatibility in ddi structs for EXP features
35
## v1.18.3
46
* Update loader headers to spec 1.11 with fixed ddi ordering
57
* Remove preload of all drivers given zeInitDrivers and update unit tests

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

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)