# HG changeset patch # User Maxim Dounin # Date 1502194870 -10800 # Node ID 90ef2b838c6195a4ddf414d69ea61965821aaf79 # Parent b56ddcce7513f0c1f10f20287f3368f8dff94f29 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