1
0
Fork 0

ceph: v0.17 of client

Signed-off-by: Sage Weil <sage@newdream.net>
hifive-unleashed-5.1
Sage Weil 2009-10-19 16:17:31 -07:00
parent ee7fdfaff7
commit bb097ffaf8
1 changed files with 2 additions and 2 deletions

View File

@ -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)