diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9496fae3ae..d6b3a268fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(Ceph) -set(VERSION 10.2.4) +set(VERSION 10.2.5) if (NOT (CMAKE_MAJOR_VERSION LESS 3)) # Tweak policies (this one disables "missing" dependency warning) diff --git a/configure.ac b/configure.ac index 117d40dc0e3..32e273f1d99 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.4], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [10.2.5], [ceph-devel@vger.kernel.org]) AX_CXX_COMPILE_STDCXX_11(, mandatory) diff --git a/debian/changelog b/debian/changelog index 58ca6ffc69f..6db12020f96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (10.2.5-1) stable; urgency=medium + + * New upstream release + + -- Alfredo Deza <adeza@redhat.com> Fri, 09 Dec 2016 20:08:23 +0000 + ceph (10.2.4-1) stable; urgency=medium * New upstream release |