f2fs-tools: release 1.10.0

This release includes:
- build support for Mac/Windows
- sparse support for Android build
- --dry-run for fsck.f2fs
- -q to preserve quota limits

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2018-01-30 14:35:10 -08:00
parent 48620808e5
commit 254cdad2ee
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1.9.0
2017-09-21
1.10.0
2018-01-30

View File

@ -199,12 +199,12 @@ AC_CONFIG_FILES([
])
# export library version info for mkfs/libf2fs_format_la
AC_SUBST(FMT_CURRENT, 2)
AC_SUBST(FMT_CURRENT, 3)
AC_SUBST(FMT_REVISION, 0)
AC_SUBST(FMT_AGE, 0)
# export library version info for lib/libf2fs_la
AC_SUBST(LIBF2FS_CURRENT, 3)
AC_SUBST(LIBF2FS_CURRENT, 4)
AC_SUBST(LIBF2FS_REVISION, 0)
AC_SUBST(LIBF2FS_AGE, 0)