Skip to content

Commit b1eaefa

Browse files
committed
v5.3.1
1 parent 3b41e6a commit b1eaefa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 FATAL_ERROR)
22
project(libremidi
3-
VERSION 5.3.0
3+
VERSION 5.3.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
@@ -15,7 +15,7 @@
1515
#define LIBREMIDI_EXPORT
1616
#endif
1717

18-
#define LIBREMIDI_VERSION "5.3.0"
18+
#define LIBREMIDI_VERSION "5.3.1"
1919

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

0 commit comments

Comments
 (0)