Skip to content

Commit b1b978d

Browse files
author
Francois Best
committed
4.2
1 parent 219340e commit b1b978d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/MIDI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file MIDI.cpp
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/MIDI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file MIDI.h
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/MIDI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file midi_Inline.hpp
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino - Inline implementations
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/midi_Defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file midi_Defs.h
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino - Definitions
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/midi_Message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file midi_Message.h
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino - Message struct definition
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 11/06/14
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/midi_Namespace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file midi_Namespace.h
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino - Namespace declaration
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

src/midi_Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file midi_Settings.h
33
* Project Arduino MIDI Library
44
* @brief MIDI Library for the Arduino - Settings
5-
* @version 4.1
5+
* @version 4.2
66
* @author Francois Best
77
* @date 24/02/11
88
* @license GPL v3.0 - Copyright Forty Seven Effects 2014

0 commit comments

Comments
 (0)