Skip to content

Commit 34fbdfc

Browse files
committed
v5.4.1
1 parent f40867e commit 34fbdfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22..4.2.0 FATAL_ERROR)
22
project(libremidi
3-
VERSION 5.4.0
3+
VERSION 5.4.1
44
DESCRIPTION "A cross-platform MIDI library"
55
LANGUAGES C CXX
66
HOMEPAGE_URL "https://github.com/jcelerier/libremidi"

include/libremidi/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#define LIBREMIDI_EXPORT
5555
#endif
5656

57-
#define LIBREMIDI_VERSION "5.3.1"
57+
#define LIBREMIDI_VERSION "5.4.1"
5858

5959
#if defined(LIBREMIDI_USE_BOOST)
6060
#if !__has_include(<boost/container/small_vector.hpp>)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pylibremidi"
7-
version = "5.3.1"
7+
version = "5.4.1"
88
description = "A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)