Bump firmware version.

This commit is contained in:
iabdalkader 2016-08-31 02:44:45 +02:00
parent bf759953a3
commit 21920eaa06
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.
*/
#define FIRMWARE_VERSION_MAJOR (1)
#define FIRMWARE_VERSION_MINOR (8)
#define FIRMWARE_VERSION_MINOR (9)
#define FIRMWARE_VERSION_PATCH (0)
/**

View File

@ -28,7 +28,7 @@ else:
BUNDLE_DIR = IDE_DIR
FIRMWARE_VERSION_MAJOR = 1
FIRMWARE_VERSION_MINOR = 8
FIRMWARE_VERSION_MINOR = 9
FIRMWARE_VERSION_PATCH = 0
RELEASE_TAG_NAME = 'v1.8'