From 1fd83c17d466d497c0cf540b2cc1e81d96c66e2d Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Sat, 22 May 2021 09:19:34 +0900 Subject: [PATCH] Version 1.5.1 Signed-off-by: Damien Le Moal --- configure.ac | 2 +- zonefs-tools.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e00fabf..83466a4 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.5.0], [damien.lemoal@wdc.com]) +AC_INIT([zonefs tools], [1.5.1], [damien.lemoal@wdc.com]) AC_PREFIX_DEFAULT(/usr) AC_CONFIG_HEADER([src/config.h]) diff --git a/zonefs-tools.spec b/zonefs-tools.spec index fc0cf29..c537160 100644 --- a/zonefs-tools.spec +++ b/zonefs-tools.spec @@ -2,7 +2,7 @@ # # Copyright (c) 2021 Western Digital Corporation or its affiliates. Name: zonefs-tools -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: User utilities for the zonefs file system @@ -43,5 +43,5 @@ find $RPM_BUILD_ROOT -name '*.la' -delete %doc README.md CONTRIBUTING %changelog -* Sat May 22 2021 Damien Le Moal 1.5.0-1 -- Version 1.5.0 initial package +* Sat May 22 2021 Damien Le Moal 1.5.1-1 +- Version 1.5.1 initial package