From e314ee8a21e0678f202dcd1df37c6c9668aecd5c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 22 Feb 2024 16:12:21 +0000 Subject: [PATCH] Set version to v0.8.11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 499c08098f..18ffca7740 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.10) +project(unified-runtime VERSION 0.8.11) include(GNUInstallDirs) include(CheckCXXSourceCompiles)