From a6d2fde4392c02a074f37cc2b1906397a6765403 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 6 May 2025 18:59:46 -0400 Subject: update docs. --- marsond.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'marsond.c') diff --git a/marsond.c b/marsond.c index e74128e..9419105 100644 --- a/marsond.c +++ b/marsond.c @@ -17,7 +17,9 @@ #include #include -#define VERSION "0.0.1" +#ifndef VERSION +#define VERSION "(unknown ver)" +#endif #define DEFAULT_DELAY_MS 30 -- cgit v1.2.3