Skip to content

Commit 54a3c83

Browse files
authored
Merge pull request #3926 from 3d-gussner/MK3_312_RC1_Version_change
Version changed (3.12.1-RC1 build 5682) for FW3.12.1-RC1
2 parents 4a36440 + cf08422 commit 54a3c83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firmware/Configuration.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ extern PGM_P sPrinterName;
1818
// Firmware version
1919
#define FW_MAJOR 3
2020
#define FW_MINOR 12
21-
#define FW_REVISION 0
22-
//#define FW_FLAVOR RC //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC
23-
//#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
21+
#define FW_REVISION 1
22+
#define FW_FLAVOR RC //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC
23+
#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8.
2424
#ifndef FW_FLAVOR
2525
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION)
2626
#else
2727
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-" STR(FW_FLAVOR) "" STR(FW_FLAVERSION)
2828
#endif
2929

30-
#define FW_COMMIT_NR 5672
30+
#define FW_COMMIT_NR 5682
3131

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

0 commit comments

Comments
 (0)