Skip to content

Commit

Permalink
10.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Slave User committed Apr 10, 2017
1 parent a64d3e4 commit 50e863e
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.6)
set(VERSION 10.2.7)

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

* New upstream release

-- Ceph Release Team <[email protected]> Mon, 10 Apr 2017 11:43:44 +0000

ceph (10.2.6-1) stable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 50e863e

Please sign in to comment.