+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
* 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
*/
#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)