diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-12-09 20:08:24 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-12-09 20:08:24 +0000 |
commit | c461ee19ecbc0c5c330aca20f7392c9a00730367 (patch) | |
tree | 99ede222c5c2b693e90c31869b5e72dbd8259162 | |
parent | 2c7d2b99d3be6f23188af4bf95f2d6f4a4fb516a (diff) | |
download | ceph-10.2.5.tar.gz |
10.2.5v10.2.5
-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 |