Bump version number to 2.4.2
This commit is contained in:
parent
8bb3b2339f
commit
bb0960c9f3
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Arduino HID Project 2.4.1
|
||||
Arduino HID Project 2.4.2
|
||||
=========================
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=HID-Project
|
||||
version=2.4.1
|
||||
version=2.4.2
|
||||
author=NicoHood
|
||||
maintainer=NicoHood <blog@NicoHood.de>
|
||||
sentence=Extended HID Functions for Arduino
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ THE SOFTWARE.
|
|||
#pragma once
|
||||
|
||||
// Software version
|
||||
#define HID_PROJECT_VERSION 241
|
||||
#define HID_PROJECT_VERSION 242
|
||||
|
||||
#if ARDUINO < 10607
|
||||
#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
|
||||
#if ARDUINO < 10608
|
||||
#error HID Project requires Arduino IDE 1.6.8 or greater. Please update your IDE.
|
||||
#endif
|
||||
|
||||
#if !defined(USBCON)
|
||||
|
|
|
|||
Loading…
Reference in a new issue