From 394bdaa4f13c18ee137401189a7eeaed8bf34126 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 8 Jul 2024 13:50:16 -0700 Subject: [PATCH] Bump version to v0.9.8 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 03768fc7e8..b82a58a4ff 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.9.7) +project(unified-runtime VERSION 0.9.8) include(GNUInstallDirs) include(CheckCXXSourceCompiles)