Skip to content

Commit 1921e52

Browse files
committed
libbtrfs: bump to version 0.1.4
There are no functional changes, only cleanup of header files. This could lead to build failures in case the headers were used as a convenience outside of scope of libbtrfs just because of the kernel compatibility. - removed various definitions of variables, types, helpers and macros from kerncompat.h that are neither used nor needed for libbtrfs code - file list.h no longer shipped - file rbtree.h no longer shipped Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 53c2e67 commit 1921e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BTRFS_VERSION_PATCHLEVEL=`echo "${BTRFS_VERSION_PLAIN#v*}" | awk -F. '{print $3}
1717
dnl libbtrfs .so version
1818
LIBBTRFS_MAJOR=0
1919
LIBBTRFS_MINOR=1
20-
LIBBTRFS_PATCHLEVEL=3
20+
LIBBTRFS_PATCHLEVEL=4
2121

2222
dnl libbtrfsutil .so version
2323
BTRFS_UTIL_VERSION_MAJOR=`sed -rn 's/^\#define BTRFS_UTIL_VERSION_MAJOR ([0-9])+$/\1/p' libbtrfsutil/btrfsutil.h`

0 commit comments

Comments
 (0)