Skip to content

Commit

Permalink
New release s390-tools-2.33.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
  • Loading branch information
hoeppnerj committed May 28, 2024
1 parent 2379fd8 commit 686262f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)__

Expand Down
2 changes: 1 addition & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686262f

Please sign in to comment.