From df404f5f63f1f36888c91db0885a2fa963abb718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 4 Oct 2017 21:47:32 +0200 Subject: [PATCH] 2.1.1 - patched cslang --- front-end | 2 +- user/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front-end b/front-end index 4a032ee..420353e 160000 --- a/front-end +++ b/front-end @@ -1 +1 @@ -Subproject commit 4a032ee3b52920bf59ae21b4effc31fdf3cece33 +Subproject commit 420353efc9bdfc6bf4ffbd180b97bc49c4fdc3d5 diff --git a/user/version.h b/user/version.h index 08fc00d..b45211f 100644 --- a/user/version.h +++ b/user/version.h @@ -10,9 +10,9 @@ #define FW_V_MAJOR 2 #define FW_V_MINOR 1 -#define FW_V_PATCH 0 +#define FW_V_PATCH 1 #define FW_V_SUFFIX "" -#define FW_CODENAME "Anthill" // 2.1.0 +#define FW_CODENAME "Anthill" // 2.1 #define FW_CODENAME_QUOTED "\""FW_CODENAME"\"" #define FW_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH) FW_V_SUFFIX