# HG changeset patch # User Maxim Dounin # Date 1467732656 -10800 # Node ID de636b710cb178ea98005c1add43a8959e7acc1a # Parent cc327c3caf4aae68dbe1b9cb5955beea7e7b161d 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.2h ZLIB = zlib-1.2.8 -PCRE = pcre-8.38 +PCRE = pcre-8.39 release: export