Skip to content

Commit e866960

Browse files
committed
Update to v1_21_6 pkgconfig fix
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 9e72bf3 commit e866960

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.21.6
4+
* Fix to pkgconfig during non build installer cmake install
35
## v1.21.5
46
* Check zesInit pfnInit before attempting call
57
* Added build flag L0_DLL_INTEGRITY_CHECKS to enable integrity check of DLLs

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.5)
16+
project(level-zero VERSION 1.21.6)
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.5
2-
39f4e77a-b98e-4cbe-a113-68a227143ae2
1+
1.21.6
2+
986a0084-c69a-4d6e-9fa2-7d3e8c0d6fdf

0 commit comments

Comments
 (0)