|
|
@ -26,6 +26,12 @@
|
|
|
|
* directive USE_AUTOMATIC_VERSIONING.
|
|
|
|
* directive USE_AUTOMATIC_VERSIONING.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(USE_AUTOMATIC_VERSIONING)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "_Version.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Marlin release version identifier
|
|
|
|
* Marlin release version identifier
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -82,3 +88,5 @@
|
|
|
|
* documentation about a specific Marlin release.
|
|
|
|
* documentation about a specific Marlin release.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define WEBSITE_URL "http://marlinfw.org"
|
|
|
|
#define WEBSITE_URL "http://marlinfw.org"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // USE_AUTOMATIC_VERSIONING
|
|
|
|