We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e72bf3 commit e866960Copy full SHA for e866960
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.21.6
4
+* Fix to pkgconfig during non build installer cmake install
5
## v1.21.5
6
* Check zesInit pfnInit before attempting call
7
* Added build flag L0_DLL_INTEGRITY_CHECKS to enable integrity check of DLLs
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.5)
+project(level-zero VERSION 1.21.6)
17
18
include(GNUInstallDirs)
19
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.21.5
-39f4e77a-b98e-4cbe-a113-68a227143ae2
+1.21.6
+986a0084-c69a-4d6e-9fa2-7d3e8c0d6fdf
0 commit comments