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)