Merge pull request #4529 from 3d-gussner/MK3_3140B1_bump_up_version

Bump up version to 3.14.0-BETA1
This commit is contained in:
3d-gussner 2023-12-05 15:22:15 +01:00 committed by GitHub
commit bc9e47c13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
#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