feat: made version on homepage link to repo

This commit is contained in:
frosty
2026-04-03 15:26:01 -04:00
parent db02c4cc80
commit 627a219bea
5 changed files with 15 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
#define VERSION "unknown"
#endif
#ifndef GIT_REMOTE
#define GIT_REMOTE "https://git.bwaaa.monster/omnisearch"
#endif
#define LINK_FIELD_COUNT 3
int hex_to_int(char c);