Merge pull request #4784 from 3d-gussner/MK3_3141_Bump_up

Bump up build number and final version
This commit is contained in:
3d-gussner 2024-09-24 16:54:47 +02:00 committed by GitHub
commit 74a577bc0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ extern const char _sPrinterMmuName[] PROGMEM;
#define FW_MAJOR 3 #define FW_MAJOR 3
#define FW_MINOR 14 #define FW_MINOR 14
#define FW_REVISION 1 #define FW_REVISION 1
#define FW_COMMITNR 8225 #define FW_COMMITNR 8237
#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC //#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_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
#endif #endif
#ifndef FW_FLAVOR #ifndef FW_FLAVOR