diff options
Diffstat (limited to 'version.cc.in')
-rw-r--r-- | version.cc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/version.cc.in b/version.cc.in new file mode 100644 index 0000000..3de030c --- /dev/null +++ b/version.cc.in @@ -0,0 +1,4 @@ +#include "version.h" + +const std::string Version::version = "${FULL_VERSION}"; +const std::string Version::version_more = "${VERSION_MORE}";
\ No newline at end of file |