Update to 2.0.12

This commit is contained in:
prpr 2024-09-15 11:50:52 +01:00
parent 55e86b6882
commit eef0f451ae

4
main.c
View File

@ -15,13 +15,13 @@
#include "lint.h" #include "lint.h"
int debug = 0; int debug = 0;
const char *version = "2.0.11"; const char *version = "2.0.12";
unsigned long sysopts = 0; unsigned long sysopts = 0;
int int
syntax() 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); version);
fprintf(stderr, fprintf(stderr,
"Syntax: hmt [command] <filename> [filename] ...\n"); "Syntax: hmt [command] <filename> [filename] ...\n");