# HG changeset patch # User Maxim Dounin # Date 1502194870 -10800 # Node ID 74431027af26ec38d99263dc871f1f441f2cc77d # Parent 69f9ee0342db6a52ff1614798af8f4d09b128d24 Updated PCRE used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- 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