Linux-f2fs-devel Archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 1/2] f2fs-tools: build silently
@ 2022-05-13 17:52 Jaegeuk Kim
  2022-05-13 17:52 ` [f2fs-dev] [PATCH 2/2] f2fs-tools: upgrade version 1.15.0 Jaegeuk Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Jaegeuk Kim @ 2022-05-13 17:52 UTC (permalink / raw
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index e8ce0057c4ff..cfcc405b5f21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,8 @@ m4_define([f2fs_tools_gitdate],
 AC_INIT([F2FS tools], [f2fs_tools_version],
 			[linux-f2fs-devel@lists.sourceforge.net])
 
+AM_SILENT_RULES([yes])
+
 AC_DEFINE([F2FS_TOOLS_VERSION], "f2fs_tools_version", [f2fs-tools version])
 AC_DEFINE([F2FS_MAJOR_VERSION], m4_bpatsubst(f2fs_tools_version,
 				[\([0-9]*\)\(\w\|\W\)*], [\1]),
-- 
2.36.0.550.gb090851708-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [f2fs-dev] [PATCH 2/2] f2fs-tools: upgrade version 1.15.0
  2022-05-13 17:52 [f2fs-dev] [PATCH 1/2] f2fs-tools: build silently Jaegeuk Kim
@ 2022-05-13 17:52 ` Jaegeuk Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Jaegeuk Kim @ 2022-05-13 17:52 UTC (permalink / raw
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 VERSION      | 4 ++--
 configure.ac | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/VERSION b/VERSION
index 9043463cdba6..bb79667e50a8 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.14.0
-2020-08-24
+1.15.0
+2022-05-13
diff --git a/configure.ac b/configure.ac
index cfcc405b5f21..91bf7ff8e0f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,12 +234,12 @@ AC_CHECK_MEMBER([struct blk_zone.capacity],
 		]])
 
 # export library version info for mkfs/libf2fs_format_la
-AC_SUBST(FMT_CURRENT, 7)
+AC_SUBST(FMT_CURRENT, 8)
 AC_SUBST(FMT_REVISION, 0)
 AC_SUBST(FMT_AGE, 0)
 
 # export library version info for lib/libf2fs_la
-AC_SUBST(LIBF2FS_CURRENT, 8)
+AC_SUBST(LIBF2FS_CURRENT, 9)
 AC_SUBST(LIBF2FS_REVISION, 0)
 AC_SUBST(LIBF2FS_AGE, 0)
 
-- 
2.36.0.550.gb090851708-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-13 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-13 17:52 [f2fs-dev] [PATCH 1/2] f2fs-tools: build silently Jaegeuk Kim
2022-05-13 17:52 ` [f2fs-dev] [PATCH 2/2] f2fs-tools: upgrade version 1.15.0 Jaegeuk Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).