mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Fix release date and version
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user