From 6b1cdd8e358c21e8f7425516d1189fd6d01d5a34 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 8 Aug 2017 15:21:10 +0300 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 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