X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/ae26516a8828d54ab7c0e0bca92031a54a15ed62..2a674c7df33c986aba055f09a0377e073edccedf:/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@"); }