mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Merge pull request #3360 from mattrichards/bump_rados_version
librados: bump rados version number Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
5a1fd855df
@ -40,7 +40,7 @@ extern "C" {
|
||||
|
||||
#define LIBRADOS_VER_MAJOR 0
|
||||
#define LIBRADOS_VER_MINOR 69
|
||||
#define LIBRADOS_VER_EXTRA 0
|
||||
#define LIBRADOS_VER_EXTRA 1
|
||||
|
||||
#define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user