mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
librados: Bump the version to 0.48
Signed-off-by: Wido den Hollander <wido@widodh.nl> Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
35b9ec881a
commit
f67fe4e368
@ -23,7 +23,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBRADOS_VER_MAJOR 0
|
||||
#define LIBRADOS_VER_MINOR 44
|
||||
#define LIBRADOS_VER_MINOR 48
|
||||
#define LIBRADOS_VER_EXTRA 0
|
||||
|
||||
#define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
|
||||
|
Loading…
Reference in New Issue
Block a user