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.12.2~9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=9b9f5466e5e6c9e5f4dc1b0d4d3a34646520b0e5;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