add the git prefix to the long version output

Tested on MacOS, written and not tested for Linux, not attempted for Windows
This commit is contained in:
nhkeni
2024-06-19 12:28:13 -04:00
parent 0cc134bb95
commit a8b5e88744
6 changed files with 23 additions and 1 deletions

View File

@@ -386,6 +386,7 @@ struct nomakedefs_s {
const char *copyright_banner_c;
const char *git_sha;
const char *git_branch;
const char *git_prefix;
const char *version_string;
const char *version_id;
unsigned long version_number;