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