-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Damien Le Moal <[email protected]>
- Loading branch information
1 parent
180bf48
commit 1495da3
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Copyright (C) 2019 Western Digital Corporation or its affiliates. | ||
|
||
AC_INIT([zonefs tools], [1.5.1], [[email protected]]) | ||
AC_INIT([zonefs tools], [1.5.2], [[email protected]]) | ||
|
||
AC_PREFIX_DEFAULT(/usr) | ||
AC_CONFIG_HEADER([src/config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: zonefs-tools | ||
Version: 1.5.1 | ||
Version: 1.5.2 | ||
Release: 1%{?dist} | ||
Summary: Provides user utilities for the zonefs file system | ||
|
||
|
@@ -39,5 +39,5 @@ sh autogen.sh | |
%doc README.md CONTRIBUTING | ||
|
||
%changelog | ||
* Fri Jun 18 2021 Damien Le Moal <[email protected]> 1.5.1-1 | ||
- Version 1.5.1 initial package | ||
* Fri Jun 25 2021 Damien Le Moal <[email protected]> 1.5.2-1 | ||
- Version 1.5.2 initial package |