MarlinMT  0.1.0
MarlinMTConfig.h
Go to the documentation of this file.
1 #pragma once
2 
3 /* Version information automatically generated by installer. */
4 
5 /*
6  * These macros can be used in the following way:
7  *
8  * #if MARLINMT_VERSION_CODE >= MARLINMT_VERSION(2,23,4)
9  * #include <newheader.h>
10  * #else
11  * #include <oldheader.h>
12  * #endif
13  *
14 */
15 
16 #define MARLINMT_RELEASE "0.1.0"
17 #define MARLINMT_RELEASE_DATE "Jul 22 2020"
18 #define MARLINMT_RELEASE_TIME "12:05:05"
19 #define MARLINMT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
20 #define MARLINMT_VERSION_CODE MARLINMT_VERSION(0,1,0)