From f77e401cd278cefa9502b39df7eb0857e767905c Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Mon, 21 Aug 2017 12:01:35 +0200 Subject: [PATCH] Fix release date and version Signed-off-by: Michael Holzheu --- CHANGELOG.md | 2 +- common.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137e6135..05b7b444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.0.0 (2017-08-xx)__ +* __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 diff --git a/common.mak b/common.mak index 3d825452..51ce889a 100644 --- a/common.mak +++ b/common.mak @@ -4,8 +4,8 @@ COMMON_INCLUDED = true # Global definitions # The variable "DISTRELEASE" should be overwritten in rpm spec files with: # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" -VERSION = 1 -RELEASE = 39 +VERSION = 2 +RELEASE = 0 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)