#include "JLang/Jpp.hh" namespace JLANG { const char* getGITVersion() { return "@KM3NET_JPP_GIT_VERSION@"; } const char* getGITCommit() { return "@KM3NET_JPP_GIT_COMMIT@"; } const char* getGITDate() { return "@KM3NET_JPP_GIT_DATE@"; } }