]> git.proxmox.com Git - ceph.git/blame - patches/0014-bump-version-to-14.2.4.1.patch
import ceph 14.2.5
[ceph.git] / patches / 0014-bump-version-to-14.2.4.1.patch
CommitLineData
38eeb9bc
TL
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3Date: Fri, 15 Nov 2019 15:22:30 +0100
4Subject: [PATCH] bump version to 14.2.4.1
5
6Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
7---
8 CMakeLists.txt | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/CMakeLists.txt b/CMakeLists.txt
12index 4e187f261b..907db98a96 100644
13--- a/CMakeLists.txt
14+++ b/CMakeLists.txt
15@@ -1,7 +1,7 @@
16 cmake_minimum_required(VERSION 3.5.1)
17
18 project(ceph CXX C ASM)
19-set(VERSION 14.2.4)
20+set(VERSION 14.2.4.1)
21
22 if(POLICY CMP0028)
23 cmake_policy(SET CMP0028 NEW)