Make version generation more sane for program

This commit is contained in:
2025-08-05 23:22:45 +02:00
parent f964ef7b60
commit bfb587360d
3 changed files with 33 additions and 15 deletions

4
version.h.template Normal file
View File

@@ -0,0 +1,4 @@
#ifndef _GENRATED_VERSION_H_
#define _GENRATED_VERSION_H_
#define GIT_VERSION_STRING "@PROGRAM_GIT_VERSION@"
#endif /* _GENRATED_VERSION_H_ */