Skip to content

Commit 09603ff

Browse files
committed
Bump version to 1.6.1
1 parent 1a39858 commit 09603ff

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,5 +1,5 @@
11
cmake_minimum_required (VERSION 3.2...3.10)
2-
project(libOPNMIDI VERSION 1.6.0 LANGUAGES C CXX)
2+
project(libOPNMIDI VERSION 1.6.1 LANGUAGES C CXX)
33

44
include(GNUInstallDirs)
55
include(CheckCXXCompilerFlag)

include/opnmidi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030

3131
#define OPNMIDI_VERSION_MAJOR 1
3232
#define OPNMIDI_VERSION_MINOR 6
33-
#define OPNMIDI_VERSION_PATCHLEVEL 0
33+
#define OPNMIDI_VERSION_PATCHLEVEL 1
3434

3535
#define OPNMIDI_TOSTR_I(s) #s
3636
#define OPNMIDI_TOSTR(s) OPNMIDI_TOSTR_I(s)

0 commit comments

Comments
 (0)