From 3f4f913b57a0a6f31480590b6149f738380fdc78 Mon Sep 17 00:00:00 2001 From: qinquan5 Date: Wed, 15 May 2024 11:59:33 +0800 Subject: [PATCH] update config.h f2fs version to 1.15.0 Signed-off-by: qinquan5 --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 6043ebe..be97593 100644 --- a/config.h +++ b/config.h @@ -18,10 +18,10 @@ #define F2FS_MINOR_VERSION 14 /* f2fs-tools date based on Source releases */ -#define F2FS_TOOLS_DATE "2022-05-13" +#define F2FS_TOOLS_DATE "2023-04-11" /* f2fs-tools version */ -#define F2FS_TOOLS_VERSION "1.15.0" +#define F2FS_TOOLS_VERSION "v1.16.0" /* Define to 1 if you have the `add_key' function. */ /* #undef HAVE_ADD_KEY */