We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42310ca commit a818001Copy full SHA for a818001
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Level zero loader changelog
2
+## v1.24.1
3
+* Changes to get ze_loader loaded for Android
4
## v1.24.0
5
* Enable DDI Driver Extension path by default.
6
## v1.23.2
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.24.0)
+project(level-zero VERSION 1.24.1)
17
18
include(GNUInstallDirs)
19
PRODUCT_GUID.txt
@@ -1,2 +1,2 @@
-1.24.0
-2ba535f4-fef9-45e1-9ff6-66c4e0f629ff
+1.24.1
+f99c0560-281a-4879-9cc6-e68e3bdf7533
0 commit comments