Update to 1.2.9

This commit is contained in:
prpr 2024-04-01 23:19:13 +01:00
parent b0eb6d5fb6
commit b7ebf6861e
1 changed files with 3 additions and 3 deletions

6
main.c
View File

@ -1,6 +1,6 @@
/*
* Humax EPG Tool
* by af123, 2011 - 2018
* by af123, 2011 - 2024
*/
#define UNUSED_PARAMETER __attribute__((unused))
@ -23,7 +23,7 @@
#include "lint.h"
int debug = 0;
const char *version = "1.2.8";
const char *version = "1.2.9";
unsigned long sysopts = 0;
unsigned long filterflags = 0;
static time_t latest_stamp = 0;
@ -36,7 +36,7 @@ sqlite3_stmt *stmt;
int
syntax()
{
fprintf(stderr, "Humax EPG Tool v%s, by af123, 2011-2018.\n\n",
fprintf(stderr, "Humax EPG Tool v%s, by af123, 2011-2024.\n\n",
version);
fprintf(stderr,
"Syntax: epg [options] [filters] <command>...\n\n");