From 2796709624bba557a07b64bb38e29a97adc7c33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 3 Oct 2017 01:55:46 +0200 Subject: [PATCH] version bump to beta2 --- front-end | 2 +- ship.sh | 1 + user/version.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"\""