Update Version Number for PC Aero AW Build;

This commit is contained in:
lwvmobile 2023-09-12 18:28:17 -04:00
parent 1f6f8f194b
commit 24741ed420
2 changed files with 3 additions and 3 deletions

View File

@ -1537,7 +1537,7 @@ main (int argc, char **argv)
}
#ifdef AERO_BUILD
fprintf (stderr, "Build Version: AW (20230901) \n");
fprintf (stderr, "Build Version: AW (20230915) \n");
#else
fprintf (stderr, "Build Version: AW %s \n", GIT_TAG);
#endif

View File

@ -2212,7 +2212,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
if (opts->ncurses_compact == 1)
{
printw ("------------------------------------------------------------------------------\n");
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "AW (20230901)");
printw ("| Digital Speech Decoder: Florida Man Edition - Aero %s \n", "AW (20230915)");
printw ("------------------------------------------------------------------------------\n");
}
#elif LIMAZULUTWEAKS
@ -2251,7 +2251,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
#endif
#ifdef AERO_BUILD
if (i == 5) printw (" %s ", "Aero Build");
if (i == 6) printw (" AW (20230901) \n");
if (i == 6) printw (" AW (20230915) \n");
#elif ZDEV_BUILD
if (i == 5) printw (" %s ", "AW ");
if (i == 6) printw (" %s \n", GIT_TAG);