From b25aa626e7d83a7504e9bf01ff8b1916584a7867 Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Mon, 18 Feb 2019 20:01:22 +0100 Subject: [PATCH] Update semantic versioning --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c38f718..27fd0d8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -81,7 +81,7 @@ // User-specified version info of this build to display in [Pronterface, etc] terminal window during // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this // build by the user have been successfully uploaded into firmware. -#define STRING_CONFIG_H_AUTHOR "(davidramiro, for Anycubic i3 Mega)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "davidramiro - v1.4.0" // Who made the changes. #define SHOW_BOOTSCREEN #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1 #define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2