Skip to content

Commit

Permalink
10.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Slave User committed Dec 5, 2016
1 parent a944491 commit 9411351
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.3)
set(VERSION 10.2.4)

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

* New upstream release

-- Alfredo Deza <[email protected]> Mon, 05 Dec 2016 22:15:20 +0000

ceph (10.2.3-1) stable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 9411351

Please sign in to comment.