add git commit hash to file version and log
This commit is contained in:
parent
7a8db6c189
commit
b5eea287d5
5 changed files with 58 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue