# HG changeset patch # User Maxim Dounin # Date 1502194870 -10800 # Node ID 90ef2b838c6195a4ddf414d69ea61965821aaf79 # Parent b56ddcce7513f0c1f10f20287f3368f8dff94f29 Updated PCRE used for win32 builds. diff -r b56ddcce7513 -r 90ef2b838c61 misc/GNUmakefile --- a/misc/GNUmakefile Tue Jul 11 20:06:52 2017 +0300 +++ b/misc/GNUmakefile Tue Aug 08 15:21:10 2017 +0300 @@ -8,7 +8,7 @@ OBJS = objs.msvc8 OPENSSL = openssl-1.0.2l ZLIB = zlib-1.2.11 -PCRE = pcre-8.40 +PCRE = pcre-8.41 release: export