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.6.1~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=274ff8196ffbac52959907042b3d3cedb151a1a7;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