version bump to beta2

new-codepages
Ondřej Hruška 7 years ago
parent d2edcd7fd5
commit 2796709624
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      front-end
  2. 1
      ship.sh
  3. 2
      user/version.h

@ -1 +1 @@
Subproject commit 2e64f0e20b2e82d9ada540639764e163467ea4be
Subproject commit 2bd167304c20f985a41f55cee55100283a6b7896

@ -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

@ -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"\""

Loading…
Cancel
Save