Skip to content

Commit

Permalink
10.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Slave User committed Jul 13, 2017
1 parent 9295f58 commit 2ee413f
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.8)
set(VERSION 10.2.9)

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.8], [[email protected]])
AC_INIT([ceph], [10.2.9], [[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.9-1) stable; urgency=medium

* New upstream release

-- Ceph Release Team <[email protected]> Thu, 13 Jul 2017 13:04:56 +0000

ceph (10.2.8-1) stable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 2ee413f

Please sign in to comment.