You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
843 B

  1. --- a/conf_options.c
  2. +++ b/conf_options.c
  3. @@ -519,7 +519,7 @@ void config_parse_file_and_cmdline(int a
  4. conf_filename = optarg;
  5. break;
  6. case 'v':
  7. - printf("%s (build date: %s %s)\n", VERSION, __DATE__, __TIME__);
  8. + printf("%s\n", VERSION);
  9. exit(0);
  10. case 'h':
  11. case '?':
  12. --- a/display-help.c
  13. +++ b/display-help.c
  14. @@ -36,7 +36,7 @@ void update_help_win(WINDOW *win)
  15. print_centered(win, 2, COLS, "HORST - Horsts OLSR Radio Scanning Tool (or)");
  16. print_centered(win, 3, COLS, "HORST - Highly Optimized Radio Scanning Tool");
  17. - print_centered(win, 5, COLS, "Version " VERSION " (build date " __DATE__ " " __TIME__ ")");
  18. + print_centered(win, 5, COLS, "Version " VERSION);
  19. print_centered(win, 6, COLS, "(C) 2005-2016 Bruno Randolf, Licensed under the GPLv2");
  20. mvwprintw(win, 8, 2, "Known IEEE802.11 Packet Types:");