Bump firmware version.

This commit is contained in:
iabdalkader 2016-09-20 01:17:53 +02:00
parent 9b0230cb44
commit 926be29c43
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
* Note: incrementing the major version will require a fw upgrade,
* the IDE will Not connect if the major version number is different.
*/
#define FIRMWARE_VERSION_MAJOR (1)
#define FIRMWARE_VERSION_MINOR (9)
#define FIRMWARE_VERSION_MAJOR (2)
#define FIRMWARE_VERSION_MINOR (0)
#define FIRMWARE_VERSION_PATCH (0)
/**

View File

@ -27,8 +27,8 @@ else:
IDE_DIR=os.path.dirname(os.path.realpath(__file__))
BUNDLE_DIR = IDE_DIR
FIRMWARE_VERSION_MAJOR = 1
FIRMWARE_VERSION_MINOR = 9
FIRMWARE_VERSION_MAJOR = 2
FIRMWARE_VERSION_MINOR = 0
FIRMWARE_VERSION_PATCH = 0
RELEASE_TAG_NAME = 'v1.9'