From 35977011f7ffc8f49b525b8728747eaa60a743c6 Mon Sep 17 00:00:00 2001 From: Thomas Watteyne Date: Thu, 10 Nov 2022 10:04:18 +0000 Subject: [PATCH] ADMIN: C version number --- src_c/happyserial/happyserial.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src_c/happyserial/happyserial.h b/src_c/happyserial/happyserial.h index 4b34b9b..f3371fc 100644 --- a/src_c/happyserial/happyserial.h +++ b/src_c/happyserial/happyserial.h @@ -3,6 +3,8 @@ #include +#define HAPPYVERSION {1,0,0} + //=========================== define ========================================== //=========================== typedef =========================================