From 686262fdcdaed7903ca1720d7dd0b1f9f5621d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 28 May 2024 08:19:24 +0200 Subject: [PATCH] New release s390-tools-2.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- CHANGELOG.md | 10 ++++------ common.mak | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf4d36f..578275fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)__ diff --git a/common.mak b/common.mak index 0a84a17b..91f8abad 100644 --- a/common.mak +++ b/common.mak @@ -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