Skip to content
Snippets Groups Projects
Commit a38ce25d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Include just date in the program-ID (as before) the switch for build->Git date

parent 1b7a2d6c
Branches
Tags
No related merge requests found
......@@ -246,7 +246,7 @@ char* msg_program_id(char* pid, size_t maxlen)
char compiler[64];
DESCRIBE_COMPILER(compiler);
snprintf(pid, maxlen, "%.10s %s%c-%s %s/%s %s %s"
snprintf(pid, maxlen, "%.10s %s%c-%s %s/%s %.10s %s"
,VERSION_NOTICE,VERSION,REVISION,PLATFORM_DESC
,GIT_BRANCH, GIT_HASH
,GIT_DATE, compiler);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment