1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00
MarlinFirmware/Marlin/Default_Version.h

15 lines
581 B
C
Raw Normal View History

/*
* This file is a placeholder for a file which could be distributed in an archive
* It takes the place of an automatically created "_Version.h" which is generated during the build process
*/
// #error "You must specify the following parameters related to your distribution"
#if true
2022-06-07 04:57:28 +00:00
#define SHORT_BUILD_VERSION "1.0.2-3"
#define DETAILED_BUILD_VERSION "1.0.2-3"
#define STRING_DISTRIBUTION_DATE "2022-06-07 12:00"
// It might also be appropriate to define a location where additional information can be found
2022-06-07 04:57:28 +00:00
#define SOURCE_CODE_URL "https://marlinfw.org"
#endif