From ab62030c7f96e8fe9a3f5ba161a4b8a09547e9e0 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 24 Sep 2024 16:50:14 +0200 Subject: [PATCH] Bump up build number and final version --- Firmware/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index ce1f3c3293..372000f0fe 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -22,9 +22,9 @@ extern const char _sPrinterMmuName[] PROGMEM; #define FW_MAJOR 3 #define FW_MINOR 14 #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. +#define FW_COMMITNR 8237 +//#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 #ifndef FW_FLAVOR