https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 813740895f3278789c08def7755f662a0aaf19ba authored by dannephoto on 06 September 2017, 05:04:28 UTC
Closed branch crop_rec_550D_raw_slurp_3
Tip revision: 8137408
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