From: Maxim Dounin Date: Tue, 14 Jul 2015 16:44:19 +0000 (+0300) Subject: Updated PCRE used for win32 builds. X-Git-Tag: release-1.9.3~1 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=4f83488a3475bb1d078114905c8bf68d306ed626;p=nginx.git Updated PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index c3bb5ee7b..a15e7e9e5 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.1p ZLIB = zlib-1.2.8 -PCRE = pcre-8.35 +PCRE = pcre-8.37 release: export