summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-29 19:54:02 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-30 17:23:30 -0700
commit9f438b1bccca459e484560232e5b6e7dfdbacd61 (patch)
treeb8984d62a6efc36754477d3e4b16ff9fc2eef827 /src/conf
parent7f2a6be58f6c100a8784e5cbca884108160c0f48 (diff)
downloadtmwa-9f438b1bccca459e484560232e5b6e7dfdbacd61.tar.gz
tmwa-9f438b1bccca459e484560232e5b6e7dfdbacd61.tar.bz2
tmwa-9f438b1bccca459e484560232e5b6e7dfdbacd61.tar.xz
tmwa-9f438b1bccca459e484560232e5b6e7dfdbacd61.zip
Automatically generate version information
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/version.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/conf/version.hpp b/src/conf/version.hpp
new file mode 100644
index 0000000..1da6088
--- /dev/null
+++ b/src/conf/version.hpp
@@ -0,0 +1,15 @@
+#ifndef CONF_VERSION_HPP
+#define CONF_VERSION_HPP
+
+#include "conf-raw/str-VERSION_FULL.h"
+#include "conf-raw/str-VERSION_HASH.h"
+
+#include "conf-raw/int-VERSION_MAJOR.h"
+#include "conf-raw/int-VERSION_MINOR.h"
+#include "conf-raw/int-VERSION_PATCH.h"
+#include "conf-raw/int-VERSION_DEVEL.h"
+
+#include "conf-raw/str-VENDOR.h"
+#include "conf-raw/int-VENDOR_VERSION.h"
+
+#endif