From 53a108561f485b16b355362358c11525281098c2 Mon Sep 17 00:00:00 2001 From: tTh Date: Wed, 17 Jul 2024 02:39:21 +0200 Subject: [PATCH] one more... --- Lib/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/image.c b/Lib/image.c index 6017ee4..2f2c222 100644 --- a/Lib/image.c +++ b/Lib/image.c @@ -18,7 +18,7 @@ void Image_print_version(int flag) char *ptr; fflush(stdout); -fprintf(stderr, "-+- This is the `tthimage' library v%s (wtfyw 2023) tTh\n", +fprintf(stderr, "-+- This is the `tthimage' library v%s (wtfyw 2024) tTh\n", IMAGE_VERSION_STRING); if (flag) {