From 8c6274cc037b6bdf9380ae0e55f149962509ef3a Mon Sep 17 00:00:00 2001 From: Russell McGuire Date: Fri, 10 Apr 2026 13:51:01 -0700 Subject: [PATCH] Update changelog and CMakeLists.txt for v1.28.3 Signed-off-by: Russell McGuire --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca2579a..d6cb06fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Level zero loader changelog +## v1.28.3 +* Address clang build warnings for empty structures +* Fix successive calls to zeInitDivers when no drivers found failing +* Fix Resource Copyright date and Company Name in compiled objects +* Add /vendor/lib64 search path for android ## v1.28.2 * fix logging of apis in validation layer to only print successful apis given ZEL_LOADER_LOGGING_ENABLE_SUCCESS_PRINT ## v1.28.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index ddf2d562..a7cf2c3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900)) endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.28.2) +project(level-zero VERSION 1.28.3) include(GNUInstallDirs) find_package(Git)