# HG changeset patch # User Maxim Dounin # Date 1583247808 -10800 # Node ID ac52638cd2693420e05d4fe213399a921cfd7c38 # Parent 1d207b77b44a9081fc761d42438a8eab0607b3bb 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.1.1d ZLIB = zlib-1.2.11 -PCRE = pcre-8.43 +PCRE = pcre-8.44 release: export