libbtrfsutil: bump version to 1.1.0
With the previous few fixes and features, we should bump the minor version. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
2a74c0e4ee
commit
e2b1758937
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue