From 696cd251c81667bbf15d35aa44a1379405dc54c1 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Mon, 17 Mar 2025 12:19:13 -0700 Subject: [PATCH] [UR] Update to 0.11.10 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 deabfae6b2..a18510f7c5 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.11.9) +project(unified-runtime VERSION 0.11.10) # Check if unified runtime is built as a standalone project. if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR UR_STANDALONE_BUILD)