27 #include "mxlib_comp_version.h"
33 const char * mxlib_comp_current_branch()
35 return MXLIB_COMP_BRANCH;
38 const char * mxlib_comp_current_sha1()
40 return MXLIB_COMP_CURRENT_SHA1;
43 const bool mxlib_comp_repo_modified()
45 return MXLIB_COMP_REPO_MODIFIED;