We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f86d7 commit e34711eCopy full SHA for e34711e
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.21.8
4
+* Add flags for windows optimization during linkage.
5
## v1.21.7
6
* Fix handling of sysman init failure given nullptr
7
* Fix driver sorting given zesInit only
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.7)
+project(level-zero VERSION 1.21.8)
17
18
include(GNUInstallDirs)
19
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.21.7
-ea8c478b-bda0-49ea-b79d-9e0954f46e74
+1.21.8
+759452c0-f08f-497c-bcc9-aa2210a8b777
0 commit comments