From 86727943f045b695f0bad6c94400c17cf4708415 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 8 Jul 2024 13:49:25 -0700 Subject: [PATCH] Bump version to v0.8.15 Signed-off-by: Neil R. Spruit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54b4473e9e..467ba2eddd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) -project(unified-runtime VERSION 0.8.14) +project(unified-runtime VERSION 0.8.15) include(GNUInstallDirs) include(CheckCXXSourceCompiles)