https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 04eb8fc8bbafd21d8850e97074c62dd412bb15c0 authored by Alex on 06 January 2017, 23:05:51 UTC
Close branch dm-spy-experiments_EOSM_stubs.
Tip revision: 04eb8fc
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