add git commit hash to file version and log

This commit is contained in:
FunkyFr3sh 2024-08-31 13:22:29 +02:00
parent 7a8db6c189
commit b5eea287d5
5 changed files with 58 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#define str(s) #s
#define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d)
#define git_str(a) str(a)
#define VERSION_MAJOR 6
#define VERSION_MINOR 8