internal: add tag to version, send hash in release ci

This commit is contained in:
vaxerski
2023-04-27 14:28:40 +01:00
parent 49f9ca06c7
commit 5ce76cd0b0
4 changed files with 16 additions and 4 deletions

View File

@@ -86,6 +86,9 @@
#ifndef GIT_DIRTY
#define GIT_DIRTY "?"
#endif
#ifndef GIT_TAG
#define GIT_TAG "?"
#endif
#define SPECIAL_WORKSPACE_START (-99)