We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fc743 commit a851f6fCopy full SHA for a851f6f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Level zero loader changelog
2
3
-## v1.21.4
+## v1.21.5
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
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.4)
+project(level-zero VERSION 1.21.5)
17
18
include(GNUInstallDirs)
19
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.21.4
-f0704434-5037-4e1e-b4a1-75320bd9cb6f
+1.21.5
+39f4e77a-b98e-4cbe-a113-68a227143ae2
0 commit comments