Skip to content

Commit

Permalink
QATAPP-23157: Update QATzip version to 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: David Qian <david.qian@intel.com>
  • Loading branch information
zm6int authored and daweiq committed Apr 29, 2021
1 parent 204e7d9 commit 3077633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified docs/QATzip-man.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions qatzip.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global libqatzip_soversion 1

Name: qatzip
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) QATzip Library
License: BSD
Expand Down Expand Up @@ -59,5 +59,5 @@ applications that use the QATzip APIs.
%{_libdir}/libqatzip.so

%changelog
* Tue Mar 23 2021 Ma Zheng <zheng.ma@intel.com> - 1.0.3-1
* Tue Mar 23 2021 Ma Zheng <zheng.ma@intel.com> - 1.0.4-1
- Initial version of RPM Package
2 changes: 1 addition & 1 deletion src/qatzip_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern"C" {
/**
* define lib version
*/
#define QATZIP_VERSION "1.0.3"
#define QATZIP_VERSION "1.0.4"

#define SUCCESS 1
#define FAILURE 0
Expand Down

0 comments on commit 3077633

Please sign in to comment.