diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
| commit | db02c4cc8028606fa57fd50424491008990ef6fd (patch) | |
| tree | 17e13470275f9391fc38c5504cf994f346136f79 /src/Utility/Utility.h | |
| parent | c9709029ca37ce27ea2d395b07ebb535c4bc421f (diff) | |
| download | omnisearch-db02c4cc8028606fa57fd50424491008990ef6fd.tar.gz | |
feat: added version to homepage
Diffstat (limited to 'src/Utility/Utility.h')
| -rw-r--r-- | src/Utility/Utility.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h index 2002307..8d13306 100644 --- a/src/Utility/Utility.h +++ b/src/Utility/Utility.h @@ -3,6 +3,10 @@ #include <beaker.h> +#ifndef VERSION +#define VERSION "unknown" +#endif + #define LINK_FIELD_COUNT 3 int hex_to_int(char c); |
