diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2013-01-07 13:33:30 -0800 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-01-07 13:33:30 -0800 |
commit | e4a541624df62ef353e754391cbbb707f54b16f7 (patch) | |
tree | 9961c410a9d81e548f2c160f54733f521c9bfe0f | |
parent | 9aecacda7fbf07f12b210f87cf3dbb53021b068d (diff) | |
download | ceph-e4a541624df62ef353e754391cbbb707f54b16f7.tar.gz |
v0.56.1v0.56.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 07bfaa9bdc3..ec254231f66 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], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.56.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 d8a44743908..aeacae00ef8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.56.1-1) quantal; urgency=low + + * New upstream release + + -- Gary Lowell <gary.lowell@inktank.com> Mon, 07 Jan 2013 13:30:28 -0800 + ceph (0.56-1) quantal; urgency=low * New upstream release |