We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1279a6c commit 4580b8aCopy full SHA for 4580b8a
Firmware/Configuration.h
@@ -18,10 +18,10 @@ extern PGM_P sPrinterName;
18
// Firmware version
19
#define FW_MAJOR 3
20
#define FW_MINOR 10
21
-#define FW_REVISION 0
22
-#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION)
+#define FW_REVISION 1
+#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-RC1"
23
24
-#define FW_COMMIT_NR 4481
+#define FW_COMMIT_NR 4587
25
26
// FW_VERSION_UNKNOWN means this is an unofficial build.
27
// The firmware should only be checked into github with this symbol.
0 commit comments