From 586538e22afba85c59beda49789ec42024e7a061 Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Tue, 29 Jan 2013 23:54:47 -0800 Subject: [PATCH] v0.56.2 --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec254231f66b1..607528f84f56e 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.1], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.56.2], [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 aeacae00ef81d..9d86820c9324b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.56.2-1) quantal; urgency=low + + * New upstream release + + -- Gary Lowell Tue, 29 Jan 2013 23:54:20 -0800 + ceph (0.56.1-1) quantal; urgency=low * New upstream release