Quellcode durchsuchen

Version changed (3.10.1 build 4587)

D.R.racer vor 2 Jahren
Ursprung
Commit
4580b8a78c
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      Firmware/Configuration.h

+ 3 - 3
Firmware/Configuration.h

@@ -18,10 +18,10 @@ extern PGM_P sPrinterName;
 // Firmware version
 #define FW_MAJOR 3
 #define FW_MINOR 10
-#define FW_REVISION 0
-#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"
 
-#define FW_COMMIT_NR 4481
+#define FW_COMMIT_NR 4587
 
 // FW_VERSION_UNKNOWN means this is an unofficial build.
 // The firmware should only be checked into github with this symbol.