From: Maxim Dounin Date: Fri, 4 Jul 2014 18:34:03 +0000 (+0400) Subject: Updated PCRE used for win32 builds. X-Git-Tag: release-1.7.3~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=31c1715ce6029d6138bd8082034110de0b3b6629;p=nginx.git Updated PCRE used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index b6fa0be3d..eb6cbf0b3 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.1h ZLIB = zlib-1.2.8 -PCRE = pcre-8.34 +PCRE = pcre-8.35 release: export