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"
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");