https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 85add807e46f44da2e65701b7e28def3e8977b19 authored by Daniel Fort on 07 March 2018, 00:25:29 UTC
Merged 100D into allocate_raw_lv_buffer branch in order to run this test:
Tip revision: 85add80
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