Merge pull request #2637 from DRracer/rc3

Version changed (3.9.0-RC3 build 3401)
This commit is contained in:
DRracer 2020-04-28 12:14:34 +02:00 committed by GitHub
commit 5810e7e160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ extern uint16_t nPrinterType;
extern PGM_P sPrinterName;
// Firmware version
#define FW_VERSION "3.9.0-RC2"
#define FW_COMMIT_NR 3398
#define FW_VERSION "3.9.0-RC3"
#define FW_COMMIT_NR 3401
// 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