From 69b35d37c3555b51949f4e5d61f4c23b08182546 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 5 Dec 2023 14:53:56 +0100 Subject: [PATCH] Bump up version --- Firmware/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index e18ec17562..4408f9e471 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -19,10 +19,10 @@ extern const char _sPrinterMmuName[] PROGMEM; // Otherwise the repository information takes precedence. #ifndef CMAKE_CONTROL #define FW_MAJOR 3 -#define FW_MINOR 13 +#define FW_MINOR 14 #define FW_REVISION 0 -#define FW_COMMITNR 6853 -#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC +#define FW_COMMITNR 7943 +#define FW_FLAVOR BETA //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