Skip to content

Commit 6e3e8af

Browse files
committed
v5.4.2
1 parent 48b1a10 commit 6e3e8af

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.1
3+
VERSION 5.4.2
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
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define LIBREMIDI_VERSION "5.4.1"
3+
#define LIBREMIDI_VERSION "5.4.2"
44

55
// clang-format off
66
#if !defined(LIBREMIDI_BASE_NAMESPACE)

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.4.1"
7+
version = "5.4.2"
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)