Skip to content

Commit

Permalink
Preparing next release
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Haverkamp <[email protected]>
  • Loading branch information
fhaverkamp committed Jan 5, 2017
1 parent 5a9f8f9 commit b6f0025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ifeq (${HAS_GIT},y)
VERSION ?= $(shell git describe --abbrev=4 --always --tags | sed -e 's/v//g')
RPMVERSION ?= $(shell git describe --abbrev=0 --tags | cut -c 2-7)
else
VERSION=4.0.17
VERSION=4.0.18
RPMVERSION=$(VERSION)
endif
MAJOR_VERS=$(shell echo $(VERSION) | cut -d'.' -f1)
Expand Down
6 changes: 5 additions & 1 deletion spec/genwqe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Summary: GenWQE userspace tools
Name: genwqe-tools
Version: 4.0.17
Version: 4.0.18
Release: 1%{?dist}
License: Apache-2.0
Group: Development/Tools
Expand Down Expand Up @@ -156,6 +156,10 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip
%{_libdir}/genwqe/*.a

%changelog
* Thu Jan 05 2017 Frank Haverkamp <[email protected]> - 4.0.17
- Make Z_STREAM_END detection circumvention configurable
- Improve debug output
- Improve Z_STREAM_END detection and add testcases (most likely not final yet)
* Wed Apr 06 2016 Gabriel Krisman Bertazi <[email protected]> - 4.0.16
- dlopen uses SONAME when opening libz.
- Support CAPI version.
Expand Down

0 comments on commit b6f0025

Please sign in to comment.