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