MarlinMT
0.1.0
|
Go to the source code of this file.
Macros | |
#define | MARLINMT_RELEASE "0.1.0" |
#define | MARLINMT_RELEASE_DATE "Jul 22 2020" |
#define | MARLINMT_RELEASE_TIME "12:05:05" |
#define | MARLINMT_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
#define | MARLINMT_VERSION_CODE MARLINMT_VERSION(0,1,0) |
#define MARLINMT_RELEASE "0.1.0" |
Definition at line 16 of file MarlinMTConfig.h.
Referenced by marlinmt::CmdLineParser::parse(), marlinmt::details::print_banner(), and marlinmt::XMLConfigWriter::write().
#define MARLINMT_RELEASE_DATE "Jul 22 2020" |
Definition at line 17 of file MarlinMTConfig.h.
#define MARLINMT_RELEASE_TIME "12:05:05" |
Definition at line 18 of file MarlinMTConfig.h.
#define MARLINMT_VERSION | ( | a, | |
b, | |||
c | |||
) | (((a) << 16) + ((b) << 8) + (c)) |
Definition at line 19 of file MarlinMTConfig.h.
#define MARLINMT_VERSION_CODE MARLINMT_VERSION(0,1,0) |
Definition at line 20 of file MarlinMTConfig.h.