New release s390-tools-2.33.1

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2024-05-28 08:19:24 +02:00
parent 2379fd8a58
commit 686262fdcd
2 changed files with 5 additions and 7 deletions

View File

@@ -1,15 +1,13 @@
Release history for s390-tools (MIT version)
--------------------------------------------
* __v2.xx.x (20xx-xx-xx)__
* __v2.33.1 (2024-05-28)__
For Linux kernel version: 6.x
Add new tools / libraries:
Changes of existing tools:
For Linux kernel version: 6.9
Bug Fixes:
- s390-tools: Fix formatting and typos in README.md
- s390-tools: Fix release string
* __v2.33.0 (2024-05-27)__

View File

@@ -33,7 +33,7 @@ endif
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION := 2
RELEASE := 33
PATCHLEVEL := 0
PATCHLEVEL := 1
DISTRELEASE := build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
export S390_TOOLS_RELEASE