Skip to content

Commit 0826923

Browse files
committed
Version 5.11.0
Signed-off-by: Damien Le Moal <[email protected]>
1 parent 01e5f6a commit 0826923

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2009-2014, HGST, Inc. All rights reserved.
55
# Copyright (c) 2020 Western Digital Corporation or its affiliates.
66

7-
AC_INIT([libzbc], [5.10.0],
7+
AC_INIT([libzbc], [5.11.0],
88
99
[libzbc], [https://github.com/hgst/libzbc])
1010
AC_CONFIG_AUX_DIR([build-aux])

libzbc.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2020 Western Digital Corporation or its affiliates.
55
Name: libzbc
6-
Version: 5.10.0
6+
Version: 5.11.0
77
Release: 1%{?dist}
88
Summary: A library to control SCSI/ZBC and ATA/ZAC zoned devices
99

@@ -70,6 +70,8 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
7070
%doc README.md
7171

7272
%changelog
73+
* Wed Jul 28 2021 Damien Le Moal <[email protected]> 5.11.0-1
74+
- Version 5.11.0 initial package
7375
* Wed Jun 2 2021 Damien Le Moal <[email protected]> 5.10.0-1
7476
- Move static library to its own rpm
7577
* Sat May 22 2021 Damien Le Moal <[email protected]> 5.10.0-1

0 commit comments

Comments
 (0)