Skip to content

Commit

Permalink
libbtrfsutil: bump version to 1.3.2
Browse files Browse the repository at this point in the history
Fix unwanted closing of internal file descriptor cur_fd in
btrfs_util_subvolume_iterator_next().

Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Jun 25, 2024
1 parent 16add32 commit 04bb847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbtrfsutil/btrfsutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define BTRFS_UTIL_VERSION_MAJOR 1
#define BTRFS_UTIL_VERSION_MINOR 3
#define BTRFS_UTIL_VERSION_PATCH 1
#define BTRFS_UTIL_VERSION_PATCH 2

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 04bb847

Please sign in to comment.