Skip to content

Commit 8b019a3

Browse files
committed
Version 2.4
The musl fix enables building on openembedded, so bump to 2.4. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 76e31c4 commit 8b019a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [2.4] - 2025-10-28
10+
911
### Fixed
1012

1113
1. Fixed `mctp-bench` compile on musl libc

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
project(
44
'mctp', 'c',
55
meson_version: '>= 0.59.0',
6-
version: 'v2.3',
6+
version: 'v2.4',
77
license: 'GPLv2',
88
default_options: [
99
'warning_level=2',

0 commit comments

Comments
 (0)