Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 11, 2024
1 parent d2fb542 commit a9dccb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
project(libremidi
VERSION 4.3.0
VERSION 4.4.0
DESCRIPTION "A cross-platform MIDI library"
LANGUAGES CXX
HOMEPAGE_URL "https://github.com/jcelerier/libremidi"
Expand Down
2 changes: 1 addition & 1 deletion include/libremidi/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define LIBREMIDI_EXPORT
#endif

#define LIBREMIDI_VERSION "4.3.0"
#define LIBREMIDI_VERSION "4.4.0"

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

0 comments on commit a9dccb7

Please sign in to comment.