aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-06 18:59:46 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-06 18:59:46 -0400
commita6d2fde4392c02a074f37cc2b1906397a6765403 (patch)
tree4edbde49fbae060e910070e23b3ca70dce8d91f0 /marsond.c
parent381a915c90a610a8e60ad3630e11a3401795cfc7 (diff)
downloadmarsond-a6d2fde4392c02a074f37cc2b1906397a6765403.tar.gz
update docs.
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