fixed version and distro date

This commit is contained in:
Brady Stanton 2025-06-28 21:29:59 -07:00
parent d171865d52
commit 3cbb3e4996

View file

@ -28,7 +28,7 @@
/** /**
* Marlin release version identifier * 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 * 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 * here we define this default string as the date where the latest release
* version was tagged. * 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 * 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 * The WEBSITE_URL is the location where users can get more information such as
* documentation about a specific Marlin release. * 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. * Set the vendor info the serial USB interface, if changeable.