]> git.stg.codes - ssmd.git/blob - include/version.h.in
Removed GTS string.
[ssmd.git] / include / version.h.in
1 #ifndef __SSMD_VERSION_H__
2 #define __SSMD_VERSION_H__
3
4 #include <string>
5
6 namespace SSMD {
7     static const std::string version("@VERSION@");
8     static const std::string revision("git sha @GIT_SHA@");
9 }
10
11 #endif