From af6c1f8acb5f673df91570f6e49e14614fb10429 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Fri, 13 Apr 2018 19:53:51 +0200 Subject: [PATCH] Update version. --- Firmware/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 0a898b8b..fedb4f2a 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -7,8 +7,8 @@ #define STR(x) STR_HELPER(x) // Firmware version -#define FW_VERSION "3.2.0-alpha" -#define FW_COMMIT_NR 370 +#define FW_VERSION "3.2.0-RC1" +#define FW_COMMIT_NR 461 // 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