Skip to content

Commit e330a68

Browse files
committed
Update CHANGELOG and version
1 parent fff08df commit e330a68

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changelog 5.5.1
2+
- Fixes for AMD RAPL units
3+
- Fixes for AMD Zen4/4c/5/5c memory controllers
4+
- Updated help text formats
5+
16
# Changelog 5.5.0
27
- Add support for AMD Zen5
38
- Change hashtable to cwisstable

config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ TOPO_FILE_PATH = /etc/likwid_topo.cfg
146146
# The libraries are named liblikwid.<VERSION>.<RELEASE>
147147
VERSION = 5
148148
RELEASE = 5
149-
MINOR = 0
149+
MINOR = 1
150150
# Date when the release is published
151-
DATE = 14.11.2025
151+
DATE = 12.12.2025
152152

153153
# In come cases it is important to set the rpaths for the LIKWID library. One
154154
# example is the use of sudo because it resets environment variables like

0 commit comments

Comments
 (0)