change version to 2.0.0 to indicate the breaking change

This commit is contained in:
2017-09-26 13:43:08 +02:00
parent 1a8d3cb332
commit 0fae510207
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#ifndef ESP_VT100_FIRMWARE_VERSION_H
#define ESP_VT100_FIRMWARE_VERSION_H
#define FW_V_MAJOR 1
#define FW_V_MINOR 2
#define FW_V_MAJOR 2
#define FW_V_MINOR 0
#define FW_V_PATCH 0
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH)