f2fs-tools: upgrade version 1.16.0

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2023-04-11 10:11:16 -07:00
parent 542cc5741f
commit 06c027abc6
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1.15.0
2022-05-13
1.16.0
2023-04-11

View File

@ -274,12 +274,12 @@ AC_CHECK_MEMBER([struct blk_zone.capacity],
]])
# export library version info for mkfs/libf2fs_format_la
AC_SUBST(FMT_CURRENT, 8)
AC_SUBST(FMT_CURRENT, 9)
AC_SUBST(FMT_REVISION, 0)
AC_SUBST(FMT_AGE, 0)
# export library version info for lib/libf2fs_la
AC_SUBST(LIBF2FS_CURRENT, 9)
AC_SUBST(LIBF2FS_CURRENT, 10)
AC_SUBST(LIBF2FS_REVISION, 0)
AC_SUBST(LIBF2FS_AGE, 0)