From 82f5dca265fc15808dc40520b15548a5501a3617 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 4 Nov 2016 10:53:18 +0100 Subject: [PATCH] Bumped version to 4.3.1, fixing Arduino lib file. Removed redundant version mentions in sources. --- library.json | 2 +- library.properties | 2 +- src/MIDI.cpp | 1 - src/MIDI.h | 1 - src/MIDI.hpp | 1 - src/midi_Defs.h | 1 - src/midi_Message.h | 1 - src/midi_Namespace.h | 1 - src/midi_RingBuffer.h | 1 - src/midi_RingBuffer.hpp | 1 - src/midi_Settings.h | 1 - src/midi_UsbDefs.h | 1 - src/midi_UsbTransport.h | 1 - src/midi_UsbTransport.hpp | 1 - 14 files changed, 2 insertions(+), 14 deletions(-) diff --git a/library.json b/library.json index 5962825..2216154 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MIDI Library", - "version": "4.3", + "version": "4.3.1", "keywords": "midi", "description": "Enables MIDI I/O communications on the Arduino serial ports", "license": "MIT", diff --git a/library.properties b/library.properties index e09d900..de8a53f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MIDI Library -version=4.2.0 +version=4.3.1 author=Forty Seven Effects maintainer=Francois Best sentence=MIDI I/Os for Arduino diff --git a/src/MIDI.cpp b/src/MIDI.cpp index d85accc..7761821 100644 --- a/src/MIDI.cpp +++ b/src/MIDI.cpp @@ -2,7 +2,6 @@ * @file MIDI.cpp * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/MIDI.h b/src/MIDI.h index 22a84c5..5fe356c 100644 --- a/src/MIDI.h +++ b/src/MIDI.h @@ -2,7 +2,6 @@ * @file MIDI.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/MIDI.hpp b/src/MIDI.hpp index 0df7be1..e800d8c 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -2,7 +2,6 @@ * @file MIDI.hpp * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Inline implementations - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/midi_Defs.h b/src/midi_Defs.h index 4c36b13..32f57d8 100644 --- a/src/midi_Defs.h +++ b/src/midi_Defs.h @@ -2,7 +2,6 @@ * @file midi_Defs.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Definitions - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/midi_Message.h b/src/midi_Message.h index 3dcd7da..0d23107 100644 --- a/src/midi_Message.h +++ b/src/midi_Message.h @@ -2,7 +2,6 @@ * @file midi_Message.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Message struct definition - * @version 4.3 * @author Francois Best * @date 11/06/14 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/midi_Namespace.h b/src/midi_Namespace.h index c241f95..0348dfa 100644 --- a/src/midi_Namespace.h +++ b/src/midi_Namespace.h @@ -2,7 +2,6 @@ * @file midi_Namespace.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Namespace declaration - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/midi_RingBuffer.h b/src/midi_RingBuffer.h index ef66b67..da2266c 100644 --- a/src/midi_RingBuffer.h +++ b/src/midi_RingBuffer.h @@ -2,7 +2,6 @@ * @file midi_RingBuffer.h * Project Arduino MIDI Library * @brief MIDI Library for Arduino - Ring Buffer - * @version 4.3 * @author Francois Best * @date 10/10/2016 * @license MIT - Copyright (c) 2016 Francois Best diff --git a/src/midi_RingBuffer.hpp b/src/midi_RingBuffer.hpp index 3dc6750..9c273c9 100644 --- a/src/midi_RingBuffer.hpp +++ b/src/midi_RingBuffer.hpp @@ -2,7 +2,6 @@ * @file midi_RingBuffer.hpp * Project Arduino MIDI Library * @brief MIDI Library for Arduino - Ring Buffer - * @version 4.3 * @author Francois Best * @date 10/10/2016 * @license MIT - Copyright (c) 2016 Francois Best diff --git a/src/midi_Settings.h b/src/midi_Settings.h index c25a707..1951944 100644 --- a/src/midi_Settings.h +++ b/src/midi_Settings.h @@ -2,7 +2,6 @@ * @file midi_Settings.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Settings - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2015 Francois Best diff --git a/src/midi_UsbDefs.h b/src/midi_UsbDefs.h index 8a5ffd5..2170d02 100644 --- a/src/midi_UsbDefs.h +++ b/src/midi_UsbDefs.h @@ -2,7 +2,6 @@ * @file midi_UsbDefs.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Definitions - * @version 4.3 * @author Francois Best * @date 24/02/11 * @license MIT - Copyright (c) 2016 Francois Best diff --git a/src/midi_UsbTransport.h b/src/midi_UsbTransport.h index cffe454..a1556f5 100644 --- a/src/midi_UsbTransport.h +++ b/src/midi_UsbTransport.h @@ -2,7 +2,6 @@ * @file midi_UsbTransport.h * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Transport layer for USB MIDI - * @version 4.3 * @author Francois Best * @date 10/10/2016 * @license MIT - Copyright (c) 2016 Francois Best diff --git a/src/midi_UsbTransport.hpp b/src/midi_UsbTransport.hpp index ed53578..2a02c41 100644 --- a/src/midi_UsbTransport.hpp +++ b/src/midi_UsbTransport.hpp @@ -2,7 +2,6 @@ * @file midi_UsbTransport.hpp * Project Arduino MIDI Library * @brief MIDI Library for the Arduino - Transport layer for USB MIDI - * @version 4.3 * @author Francois Best * @date 10/10/2016 * @license MIT - Copyright (c) 2016 Francois Best