Revision 75259ccd266311905b5044beca1eb02021ea25b5 authored by Daniel Fort on 21 December 2018, 06:43:45 UTC, committed by Daniel Fort on 21 December 2018, 06:43:45 UTC
2 parent s e4a6ace + dbcf6b9
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