feat(version): added support for building version information

This commit is contained in:
2025-08-06 16:20:43 -05:00
parent 57e8c4a499
commit 97af579397
4 changed files with 36 additions and 2 deletions

5
src/version.h Normal file
View File

@@ -0,0 +1,5 @@
/* Header for version information constants */
extern const char GIT_HASH[];
extern const char CC_VERSION[];
extern const char BUILD_DATE[];