# HG changeset patch # User Maxim Dounin # Date 1485265289 -10800 # Node ID 8acc44141e44097cf2546437450e74f797fcc694 # Parent a5d1b1383dea41b08cf451b1e4e0bb71b8d9b79e Updated zlib and PCRE used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,8 +7,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 OPENSSL = openssl-1.0.2j -ZLIB = zlib-1.2.8 -PCRE = pcre-8.39 +ZLIB = zlib-1.2.11 +PCRE = pcre-8.40 release: export