# HG changeset patch # User Maxim Dounin # Date 1436892259 -10800 # Node ID eb20c490ac199ce1494678904e756e1d82582ea1 # Parent 7a14a0d754ad17926e045bea58c7653b6dea542e Updated PCRE used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.1p ZLIB = zlib-1.2.8 -PCRE = pcre-8.35 +PCRE = pcre-8.37 release: export