We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e31c4 commit 8b019a3Copy full SHA for 8b019a3
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [2.4] - 2025-10-28
10
+
11
### Fixed
12
13
1. Fixed `mctp-bench` compile on musl libc
meson.build
@@ -3,7 +3,7 @@
3
project(
4
'mctp', 'c',
5
meson_version: '>= 0.59.0',
- version: 'v2.3',
+ version: 'v2.4',
license: 'GPLv2',
default_options: [
'warning_level=2',
0 commit comments