We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bda3d7 commit 4478904Copy full SHA for 4478904
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Level zero loader changelog
2
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
6
## v1.21.3
7
* Fix sorting drivers missing function pointers and add multi driver ults
8
* Add support for SDK installer on windows
CMakeLists.txt
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
endif()
14
15
# This project follows semantic versioning (https://semver.org/)
16
-project(level-zero VERSION 1.21.3)
+project(level-zero VERSION 1.21.4)
17
18
include(GNUInstallDirs)
19
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.21.3
-020e45ef-fe9b-45a6-958d-f5ba23f6a7ff
+1.21.4
+f0704434-5037-4e1e-b4a1-75320bd9cb6f
0 commit comments