From d37ccf2883784fabae62ab1a488d4cbf7f1efbc4 Mon Sep 17 00:00:00 2001 From: lwvmobile <59371473+lwvmobile@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:50:11 -0500 Subject: [PATCH] Show Github Build Version --- src/dsd_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dsd_main.c b/src/dsd_main.c index 9870a8c..20ea195 100644 --- a/src/dsd_main.c +++ b/src/dsd_main.c @@ -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 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);