All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] librados: Bump the version to 0.48
@ 2012-07-04 13:46 Wido den Hollander
  2012-07-04 16:29 ` Gregory Farnum
  0 siblings, 1 reply; 6+ messages in thread
From: Wido den Hollander @ 2012-07-04 13:46 UTC (permalink / raw)
  To: ceph-devel; +Cc: Wido den Hollander


Signed-off-by: Wido den Hollander <wido@widodh.nl>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-06  9:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 13:46 [PATCH] librados: Bump the version to 0.48 Wido den Hollander
2012-07-04 16:29 ` Gregory Farnum
2012-07-04 16:33   ` Sage Weil
2012-07-05  7:26     ` Wido den Hollander
2012-07-05 22:33     ` Gregory Farnum
2012-07-06  8:52       ` Wido den Hollander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.