From: Maxim Dounin Date: Tue, 8 Aug 2017 12:21:10 +0000 (+0300) Subject: Updated PCRE used for win32 builds. X-Git-Tag: release-1.13.4~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3226fa82de3e2d993b90e0d17ff69657b829c70c;p=nginx.git Updated PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 253d8dcf4..074a47bf0 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -8,7 +8,7 @@ CC = cl OBJS = objs.msvc8 OPENSSL = openssl-1.0.2l ZLIB = zlib-1.2.11 -PCRE = pcre-8.40 +PCRE = pcre-8.41 release: export