From 8d7cd131d2b4d1bf7fea1b3bd6206316212f2d39 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Mar 2020 21:02:06 -0500 Subject: [PATCH] CMakeLists: 15.2.0 I'm not actually sure if this is used for much of anything... Signed-off-by: Sage Weil --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9186d280d22d..830a0f495abc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.2) # remove cmake/modules/FindPython* once 3.12 is required project(ceph - VERSION 15.1.0 + VERSION 15.2.0 LANGUAGES CXX C ASM) foreach(policy -- 2.47.3