diff --git a/CHANGELOG.md b/CHANGELOG.md index 173261c..8b7a8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Level zero loader changelog +## v1.18.4 +* Fix Backwards compatibility in ddi structs for EXP features ## v1.18.3 * Update loader headers to spec 1.11 with fixed ddi ordering * Remove preload of all drivers given zeInitDrivers and update unit tests diff --git a/CMakeLists.txt b/CMakeLists.txt index 37e7720..17a5e74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.") endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.18.3) +project(level-zero VERSION 1.18.4) include(GNUInstallDirs)