From: Maxim Dounin Date: Tue, 24 Jan 2017 13:41:29 +0000 (+0300) Subject: Updated zlib and PCRE used for win32 builds. X-Git-Tag: release-1.11.9~1 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=a33ec3dabe5f2fa306d24fa7c9a932cfcbf1c1fd;p=nginx.git Updated zlib and PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 064fac1bd..d1ef15b69 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,8 +7,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 OPENSSL = openssl-1.0.2j -ZLIB = zlib-1.2.8 -PCRE = pcre-8.39 +ZLIB = zlib-1.2.11 +PCRE = pcre-8.40 release: export