Skip to content

Commit 48446ab

Browse files
committed
libcephfs: increment library minor version
Signed-off-by: Venky Shankar <[email protected]>
1 parent c51c9a8 commit 48446ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/cephfs/libcephfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040
#endif
4141

4242
#define LIBCEPHFS_VER_MAJOR 10
43-
#define LIBCEPHFS_VER_MINOR 0
43+
#define LIBCEPHFS_VER_MINOR 1
4444
#define LIBCEPHFS_VER_EXTRA 3
4545

4646
#define LIBCEPHFS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)

0 commit comments

Comments
 (0)