From: Jaegeuk Kim Date: Thu, 21 Sep 2017 23:15:40 +0000 (-0700) Subject: f2fs-tools: release 1.9.0 X-Git-Tag: v1.9.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.9.0;p=platform%2Fupstream%2Ff2fs-tools.git 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 --- diff --git a/VERSION b/VERSION index c520af0..0ceaf97 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.8.0 -2017-02-03 +1.9.0 +2017-09-21 diff --git a/configure.ac b/configure.ac index d6de43b..2fc9260 100644 --- a/configure.ac +++ b/configure.ac @@ -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)