Skip to content

Commit

Permalink
0.94.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Slave User committed Feb 21, 2017
1 parent 83af8cd commit b1e0532
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 0.94.9)
set(VERSION 0.94.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], [0.94.9], [[email protected]])
AC_INIT([ceph], [0.94.10], [[email protected]])

# Create release string. Used with VERSION for RPMs.
RPM_RELEASE=0
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 (0.94.10-1) stable; urgency=medium

* New upstream release

-- Ceph Release Team <[email protected]> Tue, 21 Feb 2017 15:12:33 +0000

ceph (0.94.9-1) stable; urgency=medium

* New upstream release
Expand Down

0 comments on commit b1e0532

Please sign in to comment.