Prepare for next release

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-08-21 12:49:19 +02:00
parent b4714e6113
commit 7548b470c2
2 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,18 @@
Release history for s390-tools (MIT version)
--------------------------------------------
* __v2.0.1 (2017-xx-xx)__
- Changes of existing tools:
- Bug Fixes:
* __v2.0.0 (2017-08-21)__
- Publish package under the MIT license with the same contents as
the already available s390-tools-1.39.0
Previous releases of s390-tools can be found on the IBM Developer Works web pages:
Previous releases of s390-tools can be found on the IBM Developer Works
web pages:
- https://www.ibm.com/developerworks/linux/linux390/s390-tools.html

View File

@@ -5,7 +5,7 @@ COMMON_INCLUDED = true
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION = 2
RELEASE = 0
RELEASE = 1
PATCHLEVEL = 0
DISTRELEASE = build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)