Update to 2.0.12
This commit is contained in:
parent
55e86b6882
commit
eef0f451ae
4
main.c
4
main.c
@ -15,13 +15,13 @@
|
||||
#include "lint.h"
|
||||
|
||||
int debug = 0;
|
||||
const char *version = "2.0.11";
|
||||
const char *version = "2.0.12";
|
||||
unsigned long sysopts = 0;
|
||||
|
||||
int
|
||||
syntax()
|
||||
{
|
||||
fprintf(stderr, "Humax HMT Tool v%s, by af123, 2011-2022.\n\n",
|
||||
fprintf(stderr, "Humax HMT Tool v%s, by af123, 2011-2024.\n\n",
|
||||
version);
|
||||
fprintf(stderr,
|
||||
"Syntax: hmt [command] <filename> [filename] ...\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user