From: Maxim Dounin Date: Tue, 11 Sep 2012 13:36:34 +0000 (+0000) Subject: Updated zlib used for win32 builds. X-Git-Tag: release-1.3.6~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=6fa37a6c3b832a0a0526d352fa4f93d6a7124576;p=nginx.git Updated zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 0689877ca..69ef2296f 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 OPENSSL = openssl-1.0.1c -ZLIB = zlib-1.2.5 +ZLIB = zlib-1.2.7 PCRE = pcre-8.31