From d5613df2c12f93e1ece5f763fc2ff42ec6ef8d44 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Fri, 1 Aug 2025 12:50:23 -0500 Subject: [PATCH] CMakeLists.txt: bump tentacle up to rc version Signed-off-by: Laura Flores (cherry picked from commit aa3858fec25aee17f6e6f9e35ea9c036d49672df) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56fca0f0679..2c70ee17560 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(ceph - VERSION 20.0.0 + VERSION 20.1.0 LANGUAGES CXX C ASM) foreach(policy CMP0127 CMP0135 CMP0175) -- 2.39.5