]> git.stg.codes - ssmd.git/blobdiff - include/version.h.in
Removed GTS string.
[ssmd.git] / include / version.h.in
index e4db5caf34ba9a67c4c77a2c5c91d51d234ab609..d69628b559dcc56859f51fd2074c9a36b7e48f54 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef __GTS_VERSION_H__
-#define __GTS_VERSION_H__
+#ifndef __SSMD_VERSION_H__
+#define __SSMD_VERSION_H__
 
 #include <string>
 
-namespace GTS {
+namespace SSMD {
     static const std::string version("@VERSION@");
     static const std::string revision("git sha @GIT_SHA@");
 }