From 0fae510207c2adb4bbdaf4e2707c3624654f164c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 26 Sep 2017 13:43:08 +0200 Subject: [PATCH] change version to 2.0.0 to indicate the breaking change --- front-end | 2 +- user/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front-end b/front-end index d59c0e8..d831d47 160000 --- a/front-end +++ b/front-end @@ -1 +1 @@ -Subproject commit d59c0e876a93be89e244e010c6ad7380549d5f7f +Subproject commit d831d47f5329e3bab11786942d941eb8ff4d1682 diff --git a/user/version.h b/user/version.h index 9b13ea3..6019923 100644 --- a/user/version.h +++ b/user/version.h @@ -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)