# HG changeset patch # User Maxim Dounin # Date 1555421564 -10800 # Node ID 938661c0f21276dc8570b99c00e5c258b56cbbb9 # Parent a42a6dfeb01a07417c5365848a05f14d8a7843ff 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.1.1b ZLIB = zlib-1.2.11 -PCRE = pcre-8.42 +PCRE = pcre-8.43 release: export