Hmmm — we generally try to modify these versions when the API changes, not on every sprint. It looks to me like Sage added one function in 0.45 where we maybe should have bumped it, but that was a long time ago and at this point we should maybe just eat it? -Greg
On Wednesday, July 4, 2012 at 6:46 AM, Wido den Hollander wrote: > > Signed-off-by: Wido den Hollander <[email protected] (mailto:[email protected])> > --- > src/include/rados/librados.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h > index 9f723f7..4870b0f 100644 > --- a/src/include/rados/librados.h > +++ b/src/include/rados/librados.h > @@ -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) > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to [email protected] > (mailto:[email protected]) > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
