mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2025-02-08 11:56:58 +00:00
f2fs-tools: release 1.9.0
This release includes: - sparse support - inode checksum support - nat_bits option - encryption management - noheap allocation by default - add CP_TRIMMED_FLAG Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
d879e7ebde
commit
c6d5ec2faa
@ -126,12 +126,12 @@ AC_CONFIG_FILES([
|
||||
])
|
||||
|
||||
# export library version info for mkfs/libf2fs_format_la
|
||||
AC_SUBST(FMT_CURRENT, 1)
|
||||
AC_SUBST(FMT_CURRENT, 2)
|
||||
AC_SUBST(FMT_REVISION, 0)
|
||||
AC_SUBST(FMT_AGE, 0)
|
||||
|
||||
# export library version info for lib/libf2fs_la
|
||||
AC_SUBST(LIBF2FS_CURRENT, 2)
|
||||
AC_SUBST(LIBF2FS_CURRENT, 3)
|
||||
AC_SUBST(LIBF2FS_REVISION, 0)
|
||||
AC_SUBST(LIBF2FS_AGE, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user