Skip to content

Commit

Permalink
Merge pull request #3926 from 3d-gussner/MK3_312_RC1_Version_change
Browse files Browse the repository at this point in the history
Version changed (3.12.1-RC1 build 5682) for FW3.12.1-RC1
  • Loading branch information
3d-gussner committed Jan 17, 2023
2 parents 4a36440 + cf08422 commit 54a3c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Firmware/Configuration.h
Expand Up @@ -18,16 +18,16 @@ extern PGM_P sPrinterName;
// Firmware version
#define FW_MAJOR 3
#define FW_MINOR 12
#define FW_REVISION 0
//#define FW_FLAVOR RC //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC
//#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
#define FW_REVISION 1
#define FW_FLAVOR RC //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC
#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
#ifndef FW_FLAVOR
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION)
#else
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-" STR(FW_FLAVOR) "" STR(FW_FLAVERSION)
#endif

#define FW_COMMIT_NR 5672
#define FW_COMMIT_NR 5682

// FW_VERSION_UNKNOWN means this is an unofficial build.
// The firmware should only be checked into github with this symbol.
Expand Down

0 comments on commit 54a3c83

Please sign in to comment.