From 7d3032c001797942b494e983fdd8d50543406bc8 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 4 Sep 2024 09:33:47 +0200 Subject: [PATCH] Bump up version to FW3.14.1-RC1-8225 --- Firmware/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 0d045acd0e..ce1f3c3293 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -21,9 +21,9 @@ extern const char _sPrinterMmuName[] PROGMEM; #ifndef CMAKE_CONTROL #define FW_MAJOR 3 #define FW_MINOR 14 -#define FW_REVISION 0 -#define FW_COMMITNR 7945 -#define FW_FLAVOR BETA //uncomment if DEV, ALPHA, BETA or RC +#define FW_REVISION 1 +#define FW_COMMITNR 8225 +#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC #define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8. #endif