diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2013-05-03 12:53:00 -0700 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-05-03 12:53:00 -0700 |
commit | 95a0bda7f007a33b0dc7adf4b330778fa1e5d70c (patch) | |
tree | 4e0246061d6711e6acc573b711de6032c3c3fa8c | |
parent | 6dbdcf5a210febb5e0dd585e0e599ac807642210 (diff) | |
download | ceph-95a0bda7f007a33b0dc7adf4b330778fa1e5d70c.tar.gz |
v0.56.6v0.56.6
-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 16a070bb0c8..8a0a42557e9 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.56.5], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.56.6], [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 92db2af7ded..d1eab49aa9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.56.6-1) precise; urgency=low + + * New upstream release + + -- Gary Lowell <gary.lowell@inktank.com> Fri, 03 May 2013 12:52:41 -0700 + ceph (0.56.5-1) precise; urgency=low * New upstream release |