Skip to content

Commit

Permalink
10.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Slave User committed Oct 4, 2017
1 parent 951609b commit 5dc1e4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]])
AC_INIT([ceph], [10.2.10], [[email protected]])

AX_CXX_COMPILE_STDCXX_11(, mandatory)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ceph (10.2.10-1) stable; urgency=medium

* New upstream release

-- Ceph Release Team <[email protected]> Wed, 04 Oct 2017 14:17:24 +0000

ceph (10.2.9-1) stable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 5dc1e4c

Please sign in to comment.