summaryrefslogtreecommitdiff
path: root/src/netlem.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlem.h.in')
-rw-r--r--src/netlem.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/netlem.h.in b/src/netlem.h.in
new file mode 100644
index 0000000..3da7f07
--- /dev/null
+++ b/src/netlem.h.in
@@ -0,0 +1,8 @@
+#ifndef NETLEM_H
+#define NETLEM_H
+
+// the configured options and settings for NetLemmings
+#define NetLemmings_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@
+#define NetLemmings_VERSION_MINOR @NetLemmings_VERSION_MINOR@
+
+#endif /*NETLEM_H*/