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:
Wido den Hollander 2012-07-04 15:46:04 +02:00 committed by Sage Weil
parent 35b9ec881a
commit f67fe4e368

View File

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