Go to the documentation of this file. 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)