Skip to content

Commit 4478904

Browse files
committed
Update to v1.21.4
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 3bda3d7 commit 4478904

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.21.4
4+
* Check zesInit pfnInit before attempting call
5+
* Added build flag L0_DLL_INTEGRITY_CHECKS to enable integrity check of DLLs
36
## v1.21.3
47
* Fix sorting drivers missing function pointers and add multi driver ults
58
* Add support for SDK installer on windows

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.21.3)
16+
project(level-zero VERSION 1.21.4)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.21.3
2-
020e45ef-fe9b-45a6-958d-f5ba23f6a7ff
1+
1.21.4
2+
f0704434-5037-4e1e-b4a1-75320bd9cb6f

0 commit comments

Comments
 (0)