From 7f2ccbb7322c40d0e0c196e3cba0ab5a1cb8df71 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 25 May 2024 02:24:04 +0200 Subject: [PATCH] libbtrfsutil: bump version to 1.3.1 Fix potentially unaligned access to data retrieved from search tree ioctl. Signed-off-by: David Sterba --- libbtrfsutil/btrfsutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbtrfsutil/btrfsutil.h b/libbtrfsutil/btrfsutil.h index 0f53a552..9e15f597 100644 --- a/libbtrfsutil/btrfsutil.h +++ b/libbtrfsutil/btrfsutil.h @@ -27,7 +27,7 @@ #define BTRFS_UTIL_VERSION_MAJOR 1 #define BTRFS_UTIL_VERSION_MINOR 3 -#define BTRFS_UTIL_VERSION_PATCH 0 +#define BTRFS_UTIL_VERSION_PATCH 1 #ifdef __cplusplus extern "C" {