diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2012-12-13 01:24:34 +0100 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2012-12-13 01:24:34 +0100 |
commit | 8e25c8d984f9258644389a18997ec6bdef8e056b (patch) | |
tree | e43255b4c9a8c4b37a405f651a88041878e51661 | |
parent | init-ceph: =, not == (diff) | |
download | ceph-8e25c8d984f9258644389a18997ec6bdef8e056b.tar.xz ceph-8e25c8d984f9258644389a18997ec6bdef8e056b.zip |
v0.55.1v0.55.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0620f6cf3be..01610505105 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,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.55], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.55.1], [ceph-devel@vger.kernel.org]) # Create release string. Used with VERSION for RPMs. AC_SUBST(RPM_RELEASE) diff --git a/debian/changelog b/debian/changelog index c5a2297cb23..23d5ff0ff15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.55.1-1) precise; urgency=low + + * New upstream release + + -- Gary Lowell <gary.lowell@inktank.com> Wed, 12 Dec 2012 16:24:13 -0800 + ceph (0.55-1) precise; urgency=low * New upstream release |