From 31c1715ce6029d6138bd8082034110de0b3b6629 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Fri, 4 Jul 2014 22:34:03 +0400 Subject: [PATCH] Updated PCRE used for win32 builds. --- misc/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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