Add version info for first release

This commit is contained in:
2026-05-20 15:34:09 -05:00
parent 73893fa132
commit 4ad40539f2

View File

@@ -9,6 +9,10 @@
#define max_string_len 1024
#endif
#define LLog_Author "Lucielle <luci@git.lunarware.tech>"
#define LLog_Repo "https://git.lunarware.tech/lucielle/LLog"
#define LLog_Version "1.0.0"
typedef struct {
char *buf;
size_t len;