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