Bump up version

This commit is contained in:
3d-gussner 2023-12-05 14:53:56 +01:00
parent aa92375e62
commit 69b35d37c3
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ extern const char _sPrinterMmuName[] PROGMEM;
// Otherwise the repository information takes precedence. // Otherwise the repository information takes precedence.
#ifndef CMAKE_CONTROL #ifndef CMAKE_CONTROL
#define FW_MAJOR 3 #define FW_MAJOR 3
#define FW_MINOR 13 #define FW_MINOR 14
#define FW_REVISION 0 #define FW_REVISION 0
#define FW_COMMITNR 6853 #define FW_COMMITNR 7943
#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC #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. #define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
#endif #endif