Revision 070c316907a5f655263e6343fb032708ec1b3d3f authored by a1ex on 28 January 2015, 16:52:51 UTC, committed by a1ex on 28 January 2015, 16:52:51 UTC
1 parent b818444
Raw File
version.c
#include <version.h>

const char build_version[] = ML_VERSION;
const char build_id[] = ML_HG_ID;
const char build_date[] = ML_TIMESTAMP;
const char build_user[] = ML_COMPILE_BY;
back to top