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:
commit
bc9e47c13e
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue