diff --git a/CHANGELOG.md b/CHANGELOG.md index 883e196e..6894fcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Level zero loader changelog +## v1.22.5 +* cmake/msvc: unify CRT model and add VTune-safe flags for RelWithDebInfo +* Init certification checker in the Validation Layer +* Fix CI to run on release branches ## v1.22.4 * Block all calls to get until after init has completed to avoid race during sorting. ## v1.22.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index be3c65f4..b94a524c 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.22.4) +project(level-zero VERSION 1.22.5) include(GNUInstallDirs) diff --git a/PRODUCT_GUID.txt b/PRODUCT_GUID.txt index 24be5899..42093cdd 100644 --- a/PRODUCT_GUID.txt +++ b/PRODUCT_GUID.txt @@ -1,2 +1,2 @@ -1.22.4 -55e69860-8ae7-4f60-8ad9-728c1ed2a2e7 \ No newline at end of file +1.22.5 +4810dc63-268f-4abf-b3fe-a5f98334e3d9 \ No newline at end of file