From dd4ad682d6634de8158d86864feebf92251669d8 Mon Sep 17 00:00:00 2001 From: Neil Spruit Date: Wed, 14 Feb 2024 09:34:27 -0800 Subject: [PATCH] Update Project Version to v1.16 Signed-off-by: Spruit, Neil R --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34e71d93..a023387f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ endif() # This project follows semantic versioning (https://semver.org/). Only set the # major and minor version here - patch version is determined dynamically. -project(level-zero VERSION 1.15) +project(level-zero VERSION 1.16) # Patch version corresponds to # of commits on master since last version # major/minor tag (e.g., v1.0). If not building in a git repository, then get