From 7548b470c246968ab9d8801516cd9ce225e1e5db Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Mon, 21 Aug 2017 12:49:19 +0200 Subject: [PATCH] Prepare for next release Signed-off-by: Michael Holzheu --- CHANGELOG.md | 9 ++++++++- common.mak | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b7b444..072984a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common.mak b/common.mak index 51ce889a..d4e05e08 100644 --- a/common.mak +++ b/common.mak @@ -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)