diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-10-04 14:17:25 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-10-04 14:17:25 +0000 |
commit | 5dc1e4c05cb68dbf62ae6fce3f0700e4654fdbbe (patch) | |
tree | e72d0648b5cf0f9e27c26cfaeae50ded9870add0 | |
parent | 951609bd3033f20560230d1d3514b535cffc0fde (diff) | |
download | ceph-5dc1e4c05cb68dbf62ae6fce3f0700e4654fdbbe.tar.gz |
10.2.10v10.2.10
-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 61ae9ae9823..3dcea47c05d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(Ceph) -set(VERSION 10.2.9) +set(VERSION 10.2.10) if (NOT (CMAKE_MAJOR_VERSION LESS 3)) # Tweak policies (this one disables "missing" dependency warning) diff --git a/configure.ac b/configure.ac index cc3ff227324..5870d19b34e 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.9], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [10.2.10], [ceph-devel@vger.kernel.org]) AX_CXX_COMPILE_STDCXX_11(, mandatory) diff --git a/debian/changelog b/debian/changelog index a831eebe467..048f7ca0519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (10.2.10-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Wed, 04 Oct 2017 14:17:24 +0000 + ceph (10.2.9-1) stable; urgency=medium * New upstream release |