From debe77d78be366d8ef1b33c9f8d7406e606a0386 Mon Sep 17 00:00:00 2001 From: Russell McGuire Date: Thu, 17 Sep 2026 16:10:22 -0700 Subject: [PATCH] Update CMakefile.txt with 1.34.0 version + Update Product GUID Signed-off-by: Russell McGuire --- CMakeLists.txt | 2 +- PRODUCT_GUID.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c96c090d..0a03074a 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.33.1) +project(level-zero VERSION 1.34.0) include(GNUInstallDirs) find_package(Git) diff --git a/PRODUCT_GUID.txt b/PRODUCT_GUID.txt index 6ad2901b..9bb1f04a 100644 --- a/PRODUCT_GUID.txt +++ b/PRODUCT_GUID.txt @@ -1,2 +1,2 @@ -1.33.1 -0247f48d-dc6e-4ba2-a189-2059217d7593 \ No newline at end of file +1.34.0 +4973c40d-0be6-439b-9cb7-d4ec2f789cbd \ No newline at end of file