diff --git a/front-end b/front-end index 2e64f0e..2bd1673 160000 --- a/front-end +++ b/front-end @@ -1 +1 @@ -Subproject commit 2e64f0e20b2e82d9ada540639764e163467ea4be +Subproject commit 2bd167304c20f985a41f55cee55100283a6b7896 diff --git a/ship.sh b/ship.sh index 36e0d12..446a87d 100755 --- a/ship.sh +++ b/ship.sh @@ -16,6 +16,7 @@ function buildlang() { echo -e "\n\e[33;1m------ Building \"${lang}\" package ------\e[0m\n" + make clean ESP_LANG=${lang} make web ESP_LANG=${lang} make actual_all -B -j4 diff --git a/user/version.h b/user/version.h index b089f3f..85c0d0f 100644 --- a/user/version.h +++ b/user/version.h @@ -10,7 +10,7 @@ #define FW_V_MAJOR 2 #define FW_V_MINOR 1 #define FW_V_PATCH 0 -#define FW_V_SUFFIX "-beta" +#define FW_V_SUFFIX "-beta2" //#define FW_V_SUFFIX "" #define FW_CODENAME "Anthill" // 2.1.0 #define FW_CODENAME_QUOTED "\""FW_CODENAME"\""