From 5d95b45aa61bb173a7ddfab0967d73734ad61d6c Mon Sep 17 00:00:00 2001 From: Aaron Greig Date: Tue, 12 Nov 2024 13:48:13 +0000 Subject: [PATCH] Set version to v0.10.13. We accidentally skipped a version bump for the v0.10.12 tag. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8de55fd701..dd9b1097c9 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.20.0 FATAL_ERROR) -project(unified-runtime VERSION 0.10.11) +project(unified-runtime VERSION 0.10.13) # Check if unified runtime is built as a standalone project. if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR UR_STANDALONE_BUILD)