From 8065e6f70c4cc06408cffc996af6df069538f5fc Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Tue, 8 Oct 2024 16:16:17 -0700 Subject: [PATCH] Update changelog and version for 1_18_2 (#214) Signed-off-by: Neil R. Spruit --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd3075f..8fa4535b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Level zero loader changelog +## v1.18.2 +* Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis. ## v1.18.1 * Fix check for new ddi table in 1.11 and fix space in driver count check. ## v1.18.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 52bd23c2..07d512cd 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.1) +project(level-zero VERSION 1.18.2) include(GNUInstallDirs)