summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
-rw-r--r--src/include/ceph_fs.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 117efed5edd..f1e21acc76e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.19)
+AM_INIT_AUTOMAKE(ceph, 0.19.1)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 5f5c191bd5a..02eb1feebff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ceph (0.19.1-1) unstable; urgency=low
+
+ * init-ceph: don't fail when /bin/sh is dash
+ * mds: fix sessionmap decoding
+ * Makefile: put mount.ceph is /sbin
+
+ -- Sage Weil <sage@newdream.net> Mon, 01 Mar 2010 10:04:04 -0800
+
ceph (0.19-1) unstable; urgency=low
* msgr: simplification, cleanup, fixes
diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h
index 0c2241ef365..2867c55e264 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 19
-#define CEPH_VERSION_PATCH 0
+#define CEPH_VERSION_PATCH 1
#define _CEPH_STRINGIFY(x) #x
#define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)