Skip to content

Commit

Permalink
Bump version to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Feb 11, 2023
1 parent 37759d1 commit f20f0e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -132,4 +133,4 @@ Special thanks for following Github Sponsors that have supported jpegoptim:


Timo <tjko@iki.fi>
04-Jan-2023
10-Feb-2023
2 changes: 1 addition & 1 deletion jpegoptim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f20f0e8

Please sign in to comment.