Fix release date and version

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-08-21 12:01:35 +02:00
parent b627b8d8e1
commit f77e401cd2
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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)