diff options
author | Sage Weil <sage@newdream.net> | 2009-12-04 10:27:17 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-12-04 10:27:17 -0800 |
commit | 2f2ffd35822688a3650e503197b8724f47312748 (patch) | |
tree | 19f9af39fcb3624e843f50eed8bb9ec330219b12 /fs/ceph/ceph_fs.h | |
parent | fb99f8810965b7e5a00e9754bd7bf556b00ba0c2 (diff) | |
download | linux-2f2ffd35822688a3650e503197b8724f47312748.tar.gz linux-2f2ffd35822688a3650e503197b8724f47312748.tar.bz2 linux-2f2ffd35822688a3650e503197b8724f47312748.zip |
ceph: mark v0.18 release
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r-- | fs/ceph/ceph_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index 699196a10c66..e2fd0247827e 100644 --- a/fs/ceph/ceph_fs.h +++ b/fs/ceph/ceph_fs.h @@ -19,7 +19,7 @@ * Ceph release version */ #define CEPH_VERSION_MAJOR 0 -#define CEPH_VERSION_MINOR 17 +#define CEPH_VERSION_MINOR 18 #define CEPH_VERSION_PATCH 0 #define _CEPH_STRINGIFY(x) #x |