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