change version to 2.0.0 to indicate the breaking change
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user