summaryrefslogtreecommitdiffstats
path: root/src/Version.h.in
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-02 15:21:49 +0100
committerSebastian Schmelzer2011-11-02 15:21:49 +0100
commit2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1 (patch)
treee6db186bf42ee7e039d6b3f3734d91cff4186571 /src/Version.h.in
parentinitial import (diff)
downloadlibChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.tar.gz
libChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.tar.xz
libChooser-2bb3d5cf99ec05da7ac4d115f0e365c6a2a448b1.zip
cmake stuff
Diffstat (limited to 'src/Version.h.in')
-rw-r--r--src/Version.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Version.h.in b/src/Version.h.in
new file mode 100644
index 0000000..4458a38
--- /dev/null
+++ b/src/Version.h.in
@@ -0,0 +1,9 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+
+#define VERSION_MAJOR @libChooser_VERSION_MAJOR@
+#define VERSION_MINOR @libChooser_VERSION_MINOR@
+#define VERSION_PATCH @libChooser_VERSION_PATCH@
+
+#endif //VERSION_H