diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | src/include/ceph_fs.h | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 8e21be67e40..9e6028b33c4 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 52c746eb1a4..6f4443fe0bf 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 <sage@newdream.net> 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 <sage@newdream.net> Tue, 05 Oct 2009 14:54:00 -0800 + -- sage <sage@newdream.net> 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 73a3b9d349f..21ed51b127f 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) |