+ one year

This commit is contained in:
tTh 2024-08-16 11:39:53 +02:00
parent c9154c923b
commit 4ed0ab33b9

View File

@ -125,7 +125,7 @@ char buffer[200];
barre_inverse(' ', 0); barre_inverse(' ', 0);
standout(); standout();
mvaddstr(0, 2, " Visuel HexDiff v " VERSION " by tTh 2023 "); mvaddstr(0, 2, " Visuel HexDiff v " VERSION " by tTh 2024 ");
#if TRACE #if TRACE
sprintf(buffer, " screen size %dx%d ", COLS, LINES); sprintf(buffer, " screen size %dx%d ", COLS, LINES);
foo = strlen(buffer); foo = strlen(buffer);
@ -211,7 +211,7 @@ delwin(popup);
static char *about_texte[] = static char *about_texte[] =
{ {
"Visuel Hexdiff - version " VERSION, "Visuel Hexdiff - version " VERSION,
"(c) 2023 by Thierry [tTh] Boudet", "(c) 2024 by Thierry [tTh] Boudet",
"http://tboudet.free.fr/hexdiff/", "http://tboudet.free.fr/hexdiff/",
"https://git.tetalab.org/tTh/KlugyTools/", "https://git.tetalab.org/tTh/KlugyTools/",
"send bugs reports: tontonth@free.fr", "send bugs reports: tontonth@free.fr",
@ -319,7 +319,7 @@ return -1;
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
void version(void) void version(void)
{ {
fprintf(stderr, "\nThis is 'hexdiff' v "VERSION", made by tTh in 2023\n"); fprintf(stderr, "\nThis is 'hexdiff' v "VERSION", made by tTh in 2024\n");
/* fprintf(stderr, "homepage: http://tboudet.free.fr/hexdiff/\n"); */ /* fprintf(stderr, "homepage: http://tboudet.free.fr/hexdiff/\n"); */
fprintf(stderr, "homepage: https://git.tetalab.org/tTh/KlugyTools/\n"); fprintf(stderr, "homepage: https://git.tetalab.org/tTh/KlugyTools/\n");
#if TRACE #if TRACE