Skip to content

Commit f3c7a9d

Browse files
committed
libbtrfsutil: bump version to 1.3.2
Fix unwanted closing of internal file descriptor cur_fd in btrfs_util_subvolume_iterator_next(). Signed-off-by: David Sterba <[email protected]>
1 parent e3e10fc commit f3c7a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbtrfsutil/btrfsutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#define BTRFS_UTIL_VERSION_MAJOR 1
2929
#define BTRFS_UTIL_VERSION_MINOR 3
30-
#define BTRFS_UTIL_VERSION_PATCH 1
30+
#define BTRFS_UTIL_VERSION_PATCH 2
3131

3232
#ifdef __cplusplus
3333
extern "C" {

0 commit comments

Comments
 (0)