From: Maxim Dounin Date: Tue, 4 Jun 2013 12:16:51 +0000 (+0400) Subject: Updated zlib used for win32 builds. X-Git-Tag: release-1.5.1~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e5817135b5001b29bd55fedfae554768bd2d7b96;p=nginx.git Updated zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 6be2ec524..f92ff64db 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.1e -ZLIB = zlib-1.2.7 +ZLIB = zlib-1.2.8 PCRE = pcre-8.32