Bump up version to FW3.14.1-RC1-8225

This commit is contained in:
3d-gussner 2024-09-04 09:33:47 +02:00
parent 2c621e025a
commit 7d3032c001
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ extern const char _sPrinterMmuName[] PROGMEM;
#ifndef CMAKE_CONTROL
#define FW_MAJOR 3
#define FW_MINOR 14
#define FW_REVISION 0
#define FW_COMMITNR 7945
#define FW_FLAVOR BETA //uncomment if DEV, ALPHA, BETA or RC
#define FW_REVISION 1
#define FW_COMMITNR 8225
#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.
#endif