diff options
author | Sage Weil <sage@newdream.net> | 2009-10-19 19:17:31 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-10-19 19:17:31 -0400 |
commit | bb097ffaf833a40335b6dd5e4fa6f5ed0b223bdc (patch) | |
tree | 27a34a3bfea3843c17810f07591ea0de3e253a3a /fs/ceph | |
parent | ee7fdfaff7702bd209e3a013b2fc4643233f5465 (diff) |
ceph: v0.17 of client
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/ceph_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index f8f27e28a6b..ae523828c53 100644 --- a/fs/ceph/ceph_fs.h +++ b/fs/ceph/ceph_fs.h | |||
@@ -19,8 +19,8 @@ | |||
19 | * Ceph release version | 19 | * Ceph release version |
20 | */ | 20 | */ |
21 | #define CEPH_VERSION_MAJOR 0 | 21 | #define CEPH_VERSION_MAJOR 0 |
22 | #define CEPH_VERSION_MINOR 16 | 22 | #define CEPH_VERSION_MINOR 17 |
23 | #define CEPH_VERSION_PATCH 1 | 23 | #define CEPH_VERSION_PATCH 0 |
24 | 24 | ||
25 | #define _CEPH_STRINGIFY(x) #x | 25 | #define _CEPH_STRINGIFY(x) #x |
26 | #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x) | 26 | #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x) |