commit | bb097ffaf833a40335b6dd5e4fa6f5ed0b223bdc | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Oct 19 16:17:31 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon Oct 19 16:17:31 2009 -0700 |
tree | 27a34a3bfea3843c17810f07591ea0de3e253a3a | |
parent | ee7fdfaff7702bd209e3a013b2fc4643233f5465 [diff] |
ceph: v0.17 of client Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index f8f27e2..ae52382 100644 --- a/fs/ceph/ceph_fs.h +++ b/fs/ceph/ceph_fs.h
@@ -19,8 +19,8 @@ * Ceph release version */ #define CEPH_VERSION_MAJOR 0 -#define CEPH_VERSION_MINOR 16 -#define CEPH_VERSION_PATCH 1 +#define CEPH_VERSION_MINOR 17 +#define CEPH_VERSION_PATCH 0 #define _CEPH_STRINGIFY(x) #x #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)