From: Maxim Dounin Date: Tue, 5 Jul 2016 15:30:56 +0000 (+0300) Subject: Updated PCRE used for win32 builds. X-Git-Tag: release-1.10.2~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e39b70d00be00a700476e61cf4172425f926406e;p=nginx.git Updated PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index ff9bee603..0d1ad87a2 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.2h ZLIB = zlib-1.2.8 -PCRE = pcre-8.38 +PCRE = pcre-8.39 release: export