Skip to content

Commit

Permalink
Bump version to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Jan 8, 2023
1 parent afcaf53 commit 6826ffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Jpeginfo v1.6.2beta Copyright (c) Timo Kokkonen, 1995-2020.
Jpeginfo v1.6.2 Copyright (c) 1995-2023, Timo Kokkonen.


REQUIREMENTS
Expand Down Expand Up @@ -32,7 +32,8 @@ INSTALLATION

HISTORY
v1.6.2 - add SHA256 digest support (--sha256 or -2),
improved Win32 support thanks to tumagonx
improved Win32 support thanks to tumagonx,
other minor fixes.
v1.6.1 - support for new libjpeg v7 thanks to Guido Vollbeding,
fix to display of 8bit characters by Pierre Jarillon
v1.6.0 - added support for printing out Comments (from COM
Expand Down Expand Up @@ -77,4 +78,4 @@ ACKNOWLEDGEMENT


Timo <tjko@iki.fi>
06-Jan-2023
07-Jan-2023
4 changes: 2 additions & 2 deletions jpeginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "jpeginfo.h"


#define VERSION "1.6.2beta"
#define VERSION "1.6.2"
#define COPYRIGHT "Copyright (C) 1996-2023 Timo Kokkonen"

#define BUF_LINES 255
Expand Down Expand Up @@ -166,7 +166,7 @@ void print_usage(void)
if (quiet_mode)
exit(0);

fprintf(stderr,"jpeginfo v" VERSION COPYRIGHT "\n");
fprintf(stderr,"jpeginfo v" VERSION " " COPYRIGHT "\n");
fprintf(stderr,
"Usage: jpeginfo [options] <filenames>\n\n"
" -c, --check check files also for errors\n"
Expand Down

0 comments on commit 6826ffc

Please sign in to comment.