https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 529e16169cb56e178d8392c221c08ed071889b1c authored by Daniel Fort on 08 September 2015, 00:18:01 UTC
Close branch take-a-pic-trigger-fix.
Tip revision: 529e161
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