From f68bb6614a93cd545895f39d3d16db7b5c229db9 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 13 May 2009 08:11:00 -0500 Subject: [PATCH] Bump version to pngcrush-1.6.18 --- pngcrush.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pngcrush.c b/pngcrush.c index aa1b5c141..a6e1d86af 100644 --- a/pngcrush.c +++ b/pngcrush.c @@ -54,7 +54,7 @@ * */ -#define PNGCRUSH_VERSION "1.6.17" +#define PNGCRUSH_VERSION "1.6.18" /* #define PNGCRUSH_COUNT_COLORS @@ -156,7 +156,9 @@ Change log: -Version 1.6.17 (built with libpng-1.2.36and zlib-1.2.3.2) +Version 1.6.18 (built with libpng-1.2.36 and zlib-1.2.3.2) + +Version 1.6.17 (built with libpng-1.2.36 and zlib-1.2.3.2) Defined TOO_FAR == 32767 in deflate.c (again). The definition has continually been inadvertently omitted during zlib updates since pngcrush version 1.6.4.