Merge pull request #22 from lwvmobile/lwvmobile-patch-1

Show Github Build Version
This commit is contained in:
lwvmobile 2022-02-12 16:23:13 -05:00 committed by GitHub
commit aab0208605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@ char * FM_banner[9] = {
" ██║ ██║ ╚═══██╗██║ ██║   ██╔══╝ ██║╚██╔╝██║██╔══╝ ",
" ██████╔╝██████╔╝██████╔╝   ██║ ██║ ╚═╝ ██║███████╗",
" ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝",
"https://github.com/lwvmobile/dsd-fme"
};
@ -293,7 +294,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 +569,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);