From e028db7bf906fbc2707569168d758acf41676066 Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 6 Feb 2019 23:30:01 +0100 Subject: [PATCH] version change --- Firmware/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 37b7f6be9..48b99140f 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -7,13 +7,13 @@ #define STR(x) STR_HELPER(x) // Firmware version -#define FW_VERSION "3.5.1" -#define FW_COMMIT_NR 1778 +#define FW_VERSION "3.5.3" +#define FW_COMMIT_NR 1971 // FW_VERSION_UNKNOWN means this is an unofficial build. // The firmware should only be checked into github with this symbol. #define FW_DEV_VERSION FW_VERSION_UNKNOWN #define FW_REPOSITORY "Unknown" -#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR) +#define FW_VERSION_FULL FW_VERSION //"-" STR(FW_COMMIT_NR) // Debug version has debugging enabled (the symbol DEBUG_BUILD is set). // The debug build may be a bit slower than the non-debug build, therefore the debug build should