]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
libcephfs: increment extra version to indicate new flock functions 69324/head
authorGregory Farnum <greg@gregs42.com>
Thu, 11 Jun 2026 18:50:16 +0000 (11:50 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 18:50:16 +0000 (11:50 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Signed-off-by: Gregory Farnum <greg@gregs42.com>
src/include/cephfs/libcephfs.h

index 2372e92eb2fa86e75d496ef9ed043f497b3016e7..15bc0140043e5bac01d05bfa6432a2415976f288 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
 
 #define LIBCEPHFS_VER_MAJOR 11
 #define LIBCEPHFS_VER_MINOR 0
-#define LIBCEPHFS_VER_EXTRA 0
+#define LIBCEPHFS_VER_EXTRA 1
 
 #define LIBCEPHFS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
 #define LIBCEPHFS_VERSION_CODE LIBCEPHFS_VERSION(LIBCEPHFS_VER_MAJOR, LIBCEPHFS_VER_MINOR, LIBCEPHFS_VER_EXTRA)