mirror of https://github.com/lwvmobile/dsd-fme.git
Version;
This commit is contained in:
parent
1b18139e41
commit
5a01c7a4db
|
|
@ -62,7 +62,7 @@ char * FM_banner[9] = {
|
|||
" ██╔══██╗██╔════╝██╔══██╗ ███║ ╚════██║",
|
||||
" ██║ ██║╚█████╗ ██║ ██║ Lima ███║ ███╔═╝",
|
||||
" ██║ ██║ ╚═══██╗██║ ██║ Zulu ███║ ██╔══╝ ",
|
||||
" ██████╔╝██████╔╝██████╔╝ Edition V ████████╗███████╗",
|
||||
" ██████╔╝██████╔╝██████╔╝ Edition VI ████████╗███████╗",
|
||||
" ╚═════╝ ╚═════╝ ╚═════╝ ╚═══════╝╚══════╝",
|
||||
" "
|
||||
};
|
||||
|
|
@ -1460,7 +1460,7 @@ main (int argc, char **argv)
|
|||
mbe_printVersion (versionstr);
|
||||
|
||||
#ifdef LIMAZULUTWEAKS
|
||||
fprintf (stderr," Digital Speech Decoder: LimaZulu Edition V\n");
|
||||
fprintf (stderr," Digital Speech Decoder: LimaZulu Edition VI\n");
|
||||
#else
|
||||
fprintf (stderr," Digital Speech Decoder: Florida Man Edition\n");
|
||||
#endif
|
||||
|
|
@ -1469,7 +1469,7 @@ main (int argc, char **argv)
|
|||
}
|
||||
|
||||
#ifdef AERO_BUILD
|
||||
fprintf (stderr, "Build Version: v2.1 \n");
|
||||
fprintf (stderr, "Build Version: v2.1c (20230720)\n");
|
||||
#else
|
||||
fprintf (stderr, "Build Version: %s \n", GIT_TAG);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -2213,14 +2213,14 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
|
|||
if (opts->ncurses_compact == 1)
|
||||
{
|
||||
printw ("------------------------------------------------------------------------------\n");
|
||||
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "v2.1 ");
|
||||
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "v2.1c (20230720)");
|
||||
printw ("------------------------------------------------------------------------------\n");
|
||||
}
|
||||
#elif LIMAZULUTWEAKS
|
||||
if (opts->ncurses_compact == 1)
|
||||
{
|
||||
printw ("------------------------------------------------------------------------------\n");
|
||||
printw ("| Digital Speech Decoder: LimaZulu Edition V: The Empire Strikes Back \n");
|
||||
printw ("| Digital Speech Decoder: LimaZulu Edition VI: Return of the Zulu \n");
|
||||
printw ("------------------------------------------------------------------------------\n");
|
||||
}
|
||||
#elif ZDEV_BUILD
|
||||
|
|
@ -2249,12 +2249,12 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
|
|||
if (i == 4) printw (" MBElib %s", versionstr);
|
||||
#ifdef AERO_BUILD
|
||||
if (i == 5) printw (" %s ", "Aero Build");
|
||||
if (i == 6) printw (" v2.1 \n");
|
||||
if (i == 6) printw (" v2.1c (20230720) \n");
|
||||
#elif ZDEV_BUILD
|
||||
if (i == 5) printw (" %s ", "zDEV Build");
|
||||
if (i == 5) printw (" %s ", "zDEV3 Build");
|
||||
if (i == 6) printw (" %s \n", GIT_TAG);
|
||||
#else
|
||||
if (i == 5) printw (" %s ", "Main Build");
|
||||
if (i == 5) printw (" %s ", "zDEV3 Build");
|
||||
if (i == 6) printw (" %s \n", GIT_TAG);
|
||||
#endif
|
||||
else printw ("\n");
|
||||
|
|
@ -2628,13 +2628,13 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
|
|||
|
||||
|
||||
printw ("| ");
|
||||
#ifdef LIMAZULUTWEAKS
|
||||
// #ifdef LIMAZULUTWEAKS
|
||||
if (idas == 0) printw ("NXDN - RAN: [%02d] ", state->nxdn_last_ran);
|
||||
if (idas == 1) printw ("IDAS - Area: [%02d] ", state->nxdn_last_ran);
|
||||
#else
|
||||
if (idas == 0) printw ("NXDN - RAN: [%02d] ", rn);
|
||||
if (idas == 1) printw ("IDAS - Area: [%02d] ", rn);
|
||||
#endif
|
||||
// #else
|
||||
// if (idas == 0) printw ("NXDN - RAN: [%02d] ", rn);
|
||||
// if (idas == 1) printw ("IDAS - Area: [%02d] ", rn);
|
||||
// #endif
|
||||
if (state->nxdn_location_site_code != 0)
|
||||
{
|
||||
printw ("Cat: [%s] ", state->nxdn_location_category);
|
||||
|
|
|
|||
Loading…
Reference in New Issue