Browse Source

Merge pull request #2293 from mkbel/increment_version

Version 3.8.1 final.
DRracer 4 years ago
parent
commit
ba0362b7d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Firmware/Configuration.h

+ 2 - 2
Firmware/Configuration.h

@@ -16,8 +16,8 @@ extern uint16_t nPrinterType;
 extern PGM_P sPrinterName;
 
 // Firmware version
-#define FW_VERSION "3.8.1-RC1"
-#define FW_COMMIT_NR   2851
+#define FW_VERSION "3.8.1"
+#define FW_COMMIT_NR   2869
 // FW_VERSION_UNKNOWN means this is an unofficial build.
 // The firmware should only be checked into github with this symbol.
 #define FW_DEV_VERSION FW_VERSION_UNKNOWN