Bump firmware version.

This commit is contained in:
iabdalkader 2016-11-04 00:17:18 +02:00
parent 1b010e7e02
commit b421022ef9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
* the IDE will Not connect if the major version number is different. * the IDE will Not connect if the major version number is different.
*/ */
#define FIRMWARE_VERSION_MAJOR (2) #define FIRMWARE_VERSION_MAJOR (2)
#define FIRMWARE_VERSION_MINOR (0) #define FIRMWARE_VERSION_MINOR (1)
#define FIRMWARE_VERSION_PATCH (0) #define FIRMWARE_VERSION_PATCH (0)
/** /**

View File

@ -28,7 +28,7 @@ else:
BUNDLE_DIR = IDE_DIR BUNDLE_DIR = IDE_DIR
FIRMWARE_VERSION_MAJOR = 2 FIRMWARE_VERSION_MAJOR = 2
FIRMWARE_VERSION_MINOR = 0 FIRMWARE_VERSION_MINOR = 1
FIRMWARE_VERSION_PATCH = 0 FIRMWARE_VERSION_PATCH = 0
RELEASE_TAG_NAME = 'v2.0' RELEASE_TAG_NAME = 'v2.0'