Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb097ffa authored by Sage Weil's avatar Sage Weil
Browse files

ceph: v0.17 of client



Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent ee7fdfaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)