Skip to content

Commit

Permalink
set FW_FLAVERSION to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shyblower committed Oct 26, 2022
1 parent 6797d1a commit 6b7675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern PGM_P sPrinterName;
#define FW_MINOR 11
#define FW_REVISION 0
#define FW_FLAVOR shyblower //uncomment if DEBUG, DEVEL, APLHA, BETA or RC
#define FW_FLAVERSION 4 //uncomment if FW_FLAVOR is defined and versioning is needed.
#define FW_FLAVERSION 5 //uncomment if FW_FLAVOR is defined and versioning is needed.
#ifndef FW_FLAVOR
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION)
#else
Expand Down

0 comments on commit 6b7675a

Please sign in to comment.