From: Jenkins Build Slave User Date: Mon, 9 Jul 2018 16:23:08 +0000 (+0000) Subject: 10.2.11 X-Git-Tag: v10.2.11^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4b061b47f07f583c92a050d9e84b1813a35671e;p=ceph.git 10.2.11 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a696309f9dc..8a310a8f480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(Ceph) -set(VERSION 10.2.10) +set(VERSION 10.2.11) if (NOT (CMAKE_MAJOR_VERSION LESS 3)) # Tweak policies (this one disables "missing" dependency warning) diff --git a/configure.ac b/configure.ac index e1a31cfe410..131a5c0b5d7 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [10.2.10], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [10.2.11], [ceph-devel@vger.kernel.org]) AX_CXX_COMPILE_STDCXX_11(, mandatory) diff --git a/debian/changelog b/debian/changelog index 048f7ca0519..7c8476d4753 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (10.2.11-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team Mon, 09 Jul 2018 16:23:08 +0000 + ceph (10.2.10-1) stable; urgency=medium * New upstream release