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