Bump up build number to 5576

+2 for https://github.com/prusa3d/Prusa-Firmware/pull/3745
+1 commit
+1 merge
This commit is contained in:
3d-gussner 2022-11-14 14:17:11 +01:00
parent 44763f71c0
commit a8de9d5696

View File

@ -27,7 +27,7 @@ extern PGM_P sPrinterName;
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-" STR(FW_FLAVOR) "" STR(FW_FLAVERSION) #define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-" STR(FW_FLAVOR) "" STR(FW_FLAVERSION)
#endif #endif
#define FW_COMMIT_NR 5572 #define FW_COMMIT_NR 5576
// FW_VERSION_UNKNOWN means this is an unofficial build. // FW_VERSION_UNKNOWN means this is an unofficial build.
// The firmware should only be checked into github with this symbol. // The firmware should only be checked into github with this symbol.