internal: add tag to version, send hash in release ci
This commit is contained in:
parent
49f9ca06c7
commit
5ce76cd0b0
4 changed files with 16 additions and 4 deletions
|
|
@ -86,6 +86,9 @@
|
|||
#ifndef GIT_DIRTY
|
||||
#define GIT_DIRTY "?"
|
||||
#endif
|
||||
#ifndef GIT_TAG
|
||||
#define GIT_TAG "?"
|
||||
#endif
|
||||
|
||||
#define SPECIAL_WORKSPACE_START (-99)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue