Skip to content

Commit 4580b8a

Browse files
author
D.R.racer
committed
Version changed (3.10.1 build 4587)
1 parent 1279a6c commit 4580b8a

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
@@ -18,10 +18,10 @@ extern PGM_P sPrinterName;
1818
// Firmware version
1919
#define FW_MAJOR 3
2020
#define FW_MINOR 10
21-
#define FW_REVISION 0
22-
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION)
21+
#define FW_REVISION 1
22+
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-RC1"
2323

24-
#define FW_COMMIT_NR 4481
24+
#define FW_COMMIT_NR 4587
2525

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

0 commit comments

Comments
 (0)