From: Omar Sandoval <osan...@fb.com> With the previous few fixes and features, we should bump the minor version.
Signed-off-by: Omar Sandoval <osan...@fb.com> --- libbtrfsutil/btrfsutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbtrfsutil/btrfsutil.h b/libbtrfsutil/btrfsutil.h index d88c39e5..ad4f043e 100644 --- a/libbtrfsutil/btrfsutil.h +++ b/libbtrfsutil/btrfsutil.h @@ -26,7 +26,7 @@ #include <sys/time.h> #define BTRFS_UTIL_VERSION_MAJOR 1 -#define BTRFS_UTIL_VERSION_MINOR 0 +#define BTRFS_UTIL_VERSION_MINOR 1 #define BTRFS_UTIL_VERSION_PATCH 0 #ifdef __cplusplus -- 2.19.1