From 4ad40539f26a9218f78e8fe90f8cd2b398336334 Mon Sep 17 00:00:00 2001 From: lucielle Date: Wed, 20 May 2026 15:34:09 -0500 Subject: [PATCH] Add version info for first release --- include/LLog.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/LLog.h b/include/LLog.h index 98d3837..72495ac 100644 --- a/include/LLog.h +++ b/include/LLog.h @@ -9,6 +9,10 @@ #define max_string_len 1024 #endif +#define LLog_Author "Lucielle " +#define LLog_Repo "https://git.lunarware.tech/lucielle/LLog" +#define LLog_Version "1.0.0" + typedef struct { char *buf; size_t len;