summaryrefslogtreecommitdiffstats
path: root/src/Version.h.in
diff options
context:
space:
mode:
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