From aa35573ca60f58e3105bb0c80496570107bc23ce Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sun, 30 Oct 2016 09:55:30 +0100 Subject: [PATCH] Added version defines, might be useful later on. --- src/midi_Defs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/midi_Defs.h b/src/midi_Defs.h index 16ca1f2..4c36b13 100644 --- a/src/midi_Defs.h +++ b/src/midi_Defs.h @@ -39,6 +39,11 @@ typedef uint8_t byte; BEGIN_MIDI_NAMESPACE +#define MIDI_LIBRARY_VERSION 0x040300 +#define MIDI_LIBRARY_VERSION_MAJOR 4 +#define MIDI_LIBRARY_VERSION_MINOR 3 +#define MIDI_LIBRARY_VERSION_PATCH 0 + // ----------------------------------------------------------------------------- #define MIDI_CHANNEL_OMNI 0