f2fs-tools: release 1.8.0 v1.8.0
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 4 Feb 2017 00:00:20 +0000 (16:00 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 4 Feb 2017 00:10:17 +0000 (16:10 -0800)
This release includes:
 - enhance fsck.f2fs mostly.
 - retrieve lost files from dump.f2fs.
 - support zoned device and multiple devices.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
VERSION
configure.ac

diff --git a/VERSION b/VERSION
index 9376c2d..c520af0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.7.0
-2016-07-28
+1.8.0
+2017-02-03
index b855afe..6a3f7c4 100644 (file)
@@ -110,12 +110,12 @@ AC_CONFIG_FILES([
 ])
 
 # export library version info for mkfs/libf2fs_format_la
-AC_SUBST(FMT_CURRENT, 0)
-AC_SUBST(FMT_REVISION, 2)
+AC_SUBST(FMT_CURRENT, 1)
+AC_SUBST(FMT_REVISION, 0)
 AC_SUBST(FMT_AGE, 0)
 
 # export library version info for lib/libf2fs_la
-AC_SUBST(LIBF2FS_CURRENT, 1)
+AC_SUBST(LIBF2FS_CURRENT, 2)
 AC_SUBST(LIBF2FS_REVISION, 0)
 AC_SUBST(LIBF2FS_AGE, 0)