From b0a72f42f146c8e6810490563dab2bbb01632af6 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 30 May 2023 15:54:53 +0200 Subject: [PATCH] Fix build nr. --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 710549a7b..64df08067 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -39,7 +39,7 @@ extern const char _sPrinterMmuName[] PROGMEM; // The debug build may be a bit slower than the non-debug build, therefore the debug build should // not be shipped to a customer. #define FW_VERSION_DEBUG 6 -// This is a development build. A development build is either built from an unofficial git repository, +// This is a development build. A development build is either built from an unofficial git repository, // or from an unofficial branch, or it does not have a label set. Only the build server should set this build type. #define FW_VERSION_DEVEL 5 // This is an alpha release. Only the build server should set this build type.