aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index e74128e..9419105 100644
--- a/marsond.c
+++ b/marsond.c
@@ -17,7 +17,9 @@
#include <linux/input.h>
#include <linux/uinput.h>
-#define VERSION "0.0.1"
+#ifndef VERSION
+#define VERSION "(unknown ver)"
+#endif
#define DEFAULT_DELAY_MS 30