From: Sage Weil Date: Mon, 19 Oct 2009 23:17:31 +0000 (-0700) Subject: ceph: v0.17 of client X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bb097ffaf833a40335b6dd5e4fa6f5ed0b223bdc;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ceph: v0.17 of client Signed-off-by: Sage Weil --- diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index f8f27e28a6bf..ae523828c538 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)