fixed version and distro date
This commit is contained in:
parent
d171865d52
commit
3cbb3e4996
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue