From 627a219bea8029107fcee77fbeea7eb79f0a79b2 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 3 Apr 2026 15:26:01 -0400 Subject: feat: made version on homepage link to repo --- src/Utility/Utility.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Utility') diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h index 8d13306..e00e50c 100644 --- a/src/Utility/Utility.h +++ b/src/Utility/Utility.h @@ -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); -- cgit v1.2.3