diff options
author | Sage Weil <sage@newdream.net> | 2009-10-05 23:53:35 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-10-05 23:53:35 +0200 |
commit | 38dbaa5175cd7185c9b57657e90140d24aec7b68 (patch) | |
tree | 646f4ba911338f7bd24e669634809a7958a1cb6a /src | |
parent | uclient: fix null deref in unlink() on null dn (diff) | |
download | ceph-0.16.tar.xz ceph-0.16.zip |
v0.16v0.16
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ceph_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 07482b216ef..64045c3a243 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -19,7 +19,7 @@ * Ceph release version */ #define CEPH_VERSION_MAJOR 0 -#define CEPH_VERSION_MINOR 15 +#define CEPH_VERSION_MINOR 16 #define CEPH_VERSION_PATCH 0 #define _CEPH_STRINGIFY(x) #x |