X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/b1c5cd9eb2a4d47726d559d8f3e1506ec7f78219..25dd1ac0696ca47e586e58d4309fc4c36e11d1dc:/include/version.h.in diff --git a/include/version.h.in b/include/version.h.in index e4db5ca..d69628b 100644 --- a/include/version.h.in +++ b/include/version.h.in @@ -1,9 +1,9 @@ -#ifndef __GTS_VERSION_H__ -#define __GTS_VERSION_H__ +#ifndef __SSMD_VERSION_H__ +#define __SSMD_VERSION_H__ #include -namespace GTS { +namespace SSMD { static const std::string version("@VERSION@"); static const std::string revision("git sha @GIT_SHA@"); }