]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
*: bump version
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 14 Aug 2024 15:37:44 +0000 (11:37 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 15 Aug 2024 14:40:16 +0000 (10:40 -0400)
To get upgrade tests working before kickoff, band-aid the version to vX.3.0.

Fixes: https://tracker.ceph.com/issues/67335
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
CMakeLists.txt

index c971eee9b2d649c99ac835c1c4302d75f413dbf1..0de4121698c94b8aed7c2597112ec9a8dd4165cb 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(ceph
-  VERSION 19.0.0
+  VERSION 19.3.0
   LANGUAGES CXX C ASM)
 
 foreach(policy CMP0127 CMP0135)