getting ready for v5

This commit is contained in:
lathoub 2020-03-22 17:28:17 +01:00
parent a1de741e8a
commit d7f323435f
1 changed files with 3 additions and 3 deletions

View File

@ -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
// -----------------------------------------------------------------------------