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:
Sage Weil 2015-01-13 12:18:04 -08:00
commit 5a1fd855df

View File

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