Skip to content

Commit fc614a6

Browse files
authored
Merge pull request #3635 from 3d-gussner/MK3_3.12
Version changed (3.12.0-BETA1 build 5536)
2 parents 784f1f7 + 350b2a6 commit fc614a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firmware/Configuration.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ extern PGM_P sPrinterName;
1919
#define FW_MAJOR 3
2020
#define FW_MINOR 12
2121
#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.
22+
#define FW_FLAVOR BETA //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC
23+
#define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed.
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 4987
30+
#define FW_COMMIT_NR 5536
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)