Skip to content

Commit 686262f

Browse files
committed
New release s390-tools-2.33.1
Signed-off-by: Jan Höppner <[email protected]>
1 parent 2379fd8 commit 686262f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (20xx-xx-xx)__
4+
* __v2.33.1 (2024-05-28)__
55

6-
For Linux kernel version: 6.x
7-
8-
Add new tools / libraries:
9-
10-
Changes of existing tools:
6+
For Linux kernel version: 6.9
117

128
Bug Fixes:
9+
- s390-tools: Fix formatting and typos in README.md
10+
- s390-tools: Fix release string
1311

1412
* __v2.33.0 (2024-05-27)__
1513

common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif
3333
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
3434
VERSION := 2
3535
RELEASE := 33
36-
PATCHLEVEL := 0
36+
PATCHLEVEL := 1
3737
DISTRELEASE := build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
3939
export S390_TOOLS_RELEASE

0 commit comments

Comments
 (0)