diff --git a/README b/README index 686ae2e..848b313 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Jpegoptim v1.5.2beta - Copyright (C) Timo Kokkonen, 1996-2023. All Rights Reserved. +Jpegoptim v1.5.2 - Copyright (C) Timo Kokkonen, 1996-2023. All Rights Reserved. REQUIREMENTS @@ -30,6 +30,7 @@ HISTORY v1.5.2 - add support for reading list of files to process from a file (--files-from) or from standard input (--files-stdin), improved JPEG marker reporting, + fix -d, --dest option (thanks to Almas Kunapyanov), other minor fixes v1.5.1 - fix logging to stdout when --stdout is used *thanks to Eta, improved CMake support (and Github CI stuff) *thanks to Eta, @@ -132,4 +133,4 @@ Special thanks for following Github Sponsors that have supported jpegoptim: Timo -04-Jan-2023 +10-Feb-2023 diff --git a/jpegoptim.c b/jpegoptim.c index 26822cd..93b5c99 100644 --- a/jpegoptim.c +++ b/jpegoptim.c @@ -64,7 +64,7 @@ #include "jpegoptim.h" -#define VERSION "1.5.2beta" +#define VERSION "1.5.2" #define COPYRIGHT "Copyright (C) 1996-2023, Timo Kokkonen" #if HAVE_WAIT && HAVE_FORK