summaryrefslogtreecommitdiff
path: root/src/info.in
diff options
context:
space:
mode:
authormschroffel <mschroffel@cinecert.com>2016-05-06 19:35:34 +0000
committermschroffel <>2016-05-06 19:35:34 +0000
commitd5cac9085e6da19bdfc8e76235a460da0e6e5f7b (patch)
tree1a353b6b66d15ae1d2ce1b38e1c27be1bb7b6f65 /src/info.in
parent44af0118320a49c29a8b39abb4ec1009e4a29589 (diff)
update makefile for version roll
Diffstat (limited to 'src/info.in')
-rw-r--r--src/info.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/info.in b/src/info.in
new file mode 100644
index 0000000..31870fd
--- /dev/null
+++ b/src/info.in
@@ -0,0 +1,5 @@
+#define VERSION_MAJOR "@VERSION_MAJOR@"
+#define VERSION_MINOR "@VERSION_MINOR@"
+#define VERSION_PATCH "@VERSION_PATCH@"
+#define PROJECT_NAME "@PROJECT_NAME@"
+#define BUILD_TYPE "@CMAKE_BUILD_TYPE@" \ No newline at end of file