Show Github Build Version

This commit is contained in:
lwvmobile 2022-02-12 15:50:11 -05:00 committed by GitHub
parent 079ed7e8cc
commit d37ccf2883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,7 @@ initState (dsd_state * state)
void
usage ()
{
printf ("\nFME build:%s", GIT_TAG);
printf ("Github Build Version: %s \n", GIT_TAG);
printf ("\n");
printf ("Usage: dsd [options] Live scanner mode\n");
printf (" or: dsd [options] -r <files> Read/Play saved mbe data from file(s)\n");
@ -568,6 +568,7 @@ main (int argc, char **argv)
//pretty_colors();
//printf ("Digital Speech Decoder 1.7.0-dev (build:%s)\n", GIT_TAG);
printf ("Digital Speech Decoder: Florida Man Edition\n");
printf ("Github Build Version: %s \n", GIT_TAG);
printf ("mbelib version %s\n", versionstr);
initOpts (&opts);