From c79f0addc1a2c9d13163da07fec7f2ad153818fa Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Wed, 20 Jan 2021 11:23:06 +0900 Subject: [PATCH] Version 1.4.0 Signed-off-by: Damien Le Moal --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85bb837..3b7a0f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # # Copyright (C) 2019 Western Digital Corporation or its affiliates. -AC_INIT([zonefs tools], [1.3.0], [damien.lemoal@wdc.com]) +AC_INIT([zonefs tools], [1.4.0], [damien.lemoal@wdc.com]) AC_PREFIX_DEFAULT(/usr) AC_CONFIG_HEADER([src/config.h])