Bump firmware version to 8.3.0, update changelog and package.json

This commit is contained in:
László Monda
2018-06-03 14:36:18 +02:00
parent a691b16ebe
commit e60a282742
4 changed files with 14 additions and 7 deletions

View File

@@ -19,8 +19,8 @@
// Variables:
#define FIRMWARE_MAJOR_VERSION 8
#define FIRMWARE_MINOR_VERSION 2
#define FIRMWARE_PATCH_VERSION 5
#define FIRMWARE_MINOR_VERSION 3
#define FIRMWARE_PATCH_VERSION 0
#define DEVICE_PROTOCOL_MAJOR_VERSION 4
#define DEVICE_PROTOCOL_MINOR_VERSION 3
@@ -31,8 +31,8 @@
#define MODULE_PROTOCOL_PATCH_VERSION 0
#define USER_CONFIG_MAJOR_VERSION 4
#define USER_CONFIG_MINOR_VERSION 0
#define USER_CONFIG_PATCH_VERSION 1
#define USER_CONFIG_MINOR_VERSION 1
#define USER_CONFIG_PATCH_VERSION 0
#define HARDWARE_CONFIG_MAJOR_VERSION 1
#define HARDWARE_CONFIG_MINOR_VERSION 0