From 6b7675a55f88b4362a657d5f6d63a21a48f9d83b Mon Sep 17 00:00:00 2001 From: Thomas Scheiblauer Date: Wed, 26 Oct 2022 15:04:18 +0200 Subject: [PATCH] set FW_FLAVERSION to 5 --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 6516ba57ea..3a6ce1ca66 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -20,7 +20,7 @@ extern PGM_P sPrinterName; #define FW_MINOR 11 #define FW_REVISION 0 #define FW_FLAVOR shyblower //uncomment if DEBUG, DEVEL, APLHA, BETA or RC -#define FW_FLAVERSION 4 //uncomment if FW_FLAVOR is defined and versioning is needed. +#define FW_FLAVERSION 5 //uncomment if FW_FLAVOR is defined and versioning is needed. #ifndef FW_FLAVOR #define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) #else