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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2024-05-25 02:24:04 +02:00
parent e3e10fc8c6
commit f3c7a9d036

View File

@ -27,7 +27,7 @@
#define BTRFS_UTIL_VERSION_MAJOR 1 #define BTRFS_UTIL_VERSION_MAJOR 1
#define BTRFS_UTIL_VERSION_MINOR 3 #define BTRFS_UTIL_VERSION_MINOR 3
#define BTRFS_UTIL_VERSION_PATCH 1 #define BTRFS_UTIL_VERSION_PATCH 2
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {