We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d1a56 commit f06734aCopy full SHA for f06734a
2 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Level zero loader changelog
2
+## v1.28.3
3
+* Address clang build warnings for empty structures
4
+* Fix successive calls to zeInitDivers when no drivers found failing
5
+* Fix Resource Copyright date and Company Name in compiled objects
6
+* Add /vendor/lib64 search path for android
7
## v1.28.2
8
* fix logging of apis in validation layer to only print successful apis given ZEL_LOADER_LOGGING_ENABLE_SUCCESS_PRINT
9
## v1.28.1
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.28.2)
+project(level-zero VERSION 1.28.3)
17
include(GNUInstallDirs)
18
19
find_package(Git)
0 commit comments