From 441ff010f9faf62ba58d03d3d87a400d10f5dd87 Mon Sep 17 00:00:00 2001 From: Sebastiaan Dammann Date: Wed, 14 Apr 2021 20:36:10 +0200 Subject: [PATCH] Bump version --- Marlin/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 6a3bf5595f93..77db191d3f9c 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -34,14 +34,14 @@ * Verbose version identifier which should contain a reference to the location * from where the binary was downloaded or the source code was compiled. */ -#define DETAILED_BUILD_VERSION "CR-6 community firmware - release 6.1 - final" +#define DETAILED_BUILD_VERSION "CR-6 community firmware - release 6.1 - prerelease 1" /** * The STRING_DISTRIBUTION_DATE represents when the binary file was built, * here we define this default string as the date where the latest release * version was tagged. */ -#define STRING_DISTRIBUTION_DATE "2021-04-13" +#define STRING_DISTRIBUTION_DATE "2021-04-14" /** * Defines a generic printer name to be output to the LCD after booting Marlin.