feat: added version to homepage

This commit is contained in:
frosty
2026-04-03 15:15:41 -04:00
parent c9709029ca
commit db02c4cc80
5 changed files with 28 additions and 2 deletions

View File

@@ -3,6 +3,10 @@
#include <beaker.h>
#ifndef VERSION
#define VERSION "unknown"
#endif
#define LINK_FIELD_COUNT 3
int hex_to_int(char c);