From d7f323435fcfd375aaf489420c6e10c2db10c576 Mon Sep 17 00:00:00 2001 From: lathoub Date: Sun, 22 Mar 2020 17:28:17 +0100 Subject: [PATCH] getting ready for v5 --- src/midi_Defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/midi_Defs.h b/src/midi_Defs.h index bc34fd8..f3be4c7 100644 --- a/src/midi_Defs.h +++ b/src/midi_Defs.h @@ -38,9 +38,9 @@ typedef uint8_t byte; BEGIN_MIDI_NAMESPACE -#define MIDI_LIBRARY_VERSION 0x040400 -#define MIDI_LIBRARY_VERSION_MAJOR 4 -#define MIDI_LIBRARY_VERSION_MINOR 4 +#define MIDI_LIBRARY_VERSION 0x050000 +#define MIDI_LIBRARY_VERSION_MAJOR 5 +#define MIDI_LIBRARY_VERSION_MINOR 0 #define MIDI_LIBRARY_VERSION_PATCH 0 // -----------------------------------------------------------------------------