12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- #if ENABLED(USE_AUTOMATIC_VERSIONING)
- #include "_Version.h"
- #else
-
- #define SHORT_BUILD_VERSION "bugfix-1.1.x"
-
- #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github)"
-
- #define STRING_DISTRIBUTION_DATE "2018-07-31"
-
- #define REQUIRED_CONFIGURATION_H_VERSION 010109
- #define REQUIRED_CONFIGURATION_ADV_H_VERSION 010109
-
- #define PROTOCOL_VERSION "1.0"
-
- #define MACHINE_NAME "3D Printer"
-
- #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
-
- #define DEFAULT_MACHINE_UUID "cede2a2f-41a2-4748-9b12-c55c62f367ff"
-
- #define WEBSITE_URL "http://marlinfw.org"
- #endif
|