From 3cbb3e4996d2e17aec89831d486b748445e4c0c3 Mon Sep 17 00:00:00 2001 From: Brady Stanton Date: Sat, 28 Jun 2025 21:29:59 -0700 Subject: [PATCH] fixed version and distro date --- Marlin/Version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index dfc6f73aa3..fce8a801c8 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -#define SHORT_BUILD_VERSION "2.1.5-btach" +#define SHORT_BUILD_VERSION "2.1.x-bugfix" /** * Verbose version identifier which should contain a reference to the location @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -//#define STRING_DISTRIBUTION_DATE "2025-06-29" +#define STRING_DISTRIBUTION_DATE "2025-06-28" /** * The protocol for communication to the host. Protocol indicates communication @@ -72,7 +72,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ -#define WEBSITE_URL "stantonmachine.com" +#define WEBSITE_URL "www.marlinfw.org" /** * Set the vendor info the serial USB interface, if changeable.