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)