From a798166bf143e9034e1b129ad6a8b0f5bb8bc0f4 Mon Sep 17 00:00:00 2001 From: Lisanna Dettwyler Date: Wed, 25 Sep 2024 14:33:21 -0400 Subject: [PATCH] Update project version for v1.17.45 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0052d550..fe570847 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.17.44) +project(level-zero VERSION 1.17.45) include(GNUInstallDirs)