https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: cf88fc99ff2b79945ddd20098c66aee49a0e4363 authored by Alex on 05 September 2016, 10:46:40 UTC
Close branch mk11174/rawc-edited-online-with-bitbucket-1469826999319.
Tip revision: cf88fc9
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