From 53ca2a8511513ecccf342be9a179233795e01d9f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 6 Oct 2009 10:44:36 -0700 Subject: [PATCH] v0.16.1 --- configure.ac | 2 +- debian/changelog | 9 ++++++++- src/include/ceph_fs.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8e21be67e405d..9e6028b33c4ba 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.16) +AM_INIT_AUTOMAKE(ceph, 0.16.1) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 52c746eb1a47b..6f4443fe0bf50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ceph (0.16.1-1) unstable; urgency=low + + * missing buffer.c + * rgw build problem on i386 + + -- sage Tue, 06 Oct 2009 10:29:00 -0800 + ceph (0.16-1) unstable; urgency=low * libceph: identify self @@ -9,7 +16,7 @@ ceph (0.16-1) unstable; urgency=low * kclient: lots of inline cleanups * kclient: misc akpm review cleanups - -- sage Tue, 05 Oct 2009 14:54:00 -0800 + -- sage Mon, 05 Oct 2009 14:54:00 -0800 ceph (0.15-1) unstable; urgency=low diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 73a3b9d349feb..21ed51b127f26 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -20,7 +20,7 @@ */ #define CEPH_VERSION_MAJOR 0 #define CEPH_VERSION_MINOR 16 -#define CEPH_VERSION_PATCH 0 +#define CEPH_VERSION_PATCH 1 #define _CEPH_STRINGIFY(x) #x #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x) -- 2.39.5