From e39b70d00be00a700476e61cf4172425f926406e Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 5 Jul 2016 18:30:56 +0300 Subject: 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 ff9bee603..0d1ad87a2 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.2h ZLIB = zlib-1.2.8 -PCRE = pcre-8.38 +PCRE = pcre-8.39 release: export -- cgit