From: Maxim Dounin Date: Tue, 4 Feb 2014 03:45:33 +0000 (+0400) Subject: Updated PCRE used for win32 builds. X-Git-Tag: release-1.5.10~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=087c7a6e3101d6257ba4ffd69542dcc1f37ba780;p=nginx.git Updated PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index bd6265897..41f4017c5 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.1f ZLIB = zlib-1.2.8 -PCRE = pcre-8.33 +PCRE = pcre-8.34 release: export