#ifndef __GTS_VERSION_H__ #define __GTS_VERSION_H__ #include namespace GTS { static const std::string version("@VERSION@"); static const std::string revision("git sha @GIT_SHA@"); } #endif