We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a39858 commit 09603ffCopy full SHA for 09603ff
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required (VERSION 3.2...3.10)
2
-project(libOPNMIDI VERSION 1.6.0 LANGUAGES C CXX)
+project(libOPNMIDI VERSION 1.6.1 LANGUAGES C CXX)
3
4
include(GNUInstallDirs)
5
include(CheckCXXCompilerFlag)
include/opnmidi.h
@@ -30,7 +30,7 @@ extern "C" {
30
31
#define OPNMIDI_VERSION_MAJOR 1
32
#define OPNMIDI_VERSION_MINOR 6
33
-#define OPNMIDI_VERSION_PATCHLEVEL 0
+#define OPNMIDI_VERSION_PATCHLEVEL 1
34
35
#define OPNMIDI_TOSTR_I(s) #s
36
#define OPNMIDI_TOSTR(s) OPNMIDI_TOSTR_I(s)
0 commit comments