summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2019-04-16 16:32:44 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2019-04-16 16:32:44 +0300
commit4ca32d6eb3e0d99e72cc325fd016007bf4caa864 (patch)
tree1c94fcbd6bb3ac269171bb4cc5027296204423f9
parentf09eae2a7586c5149fe7eaa497c8ff1be684270f (diff)
downloadnginx-4ca32d6eb3e0d99e72cc325fd016007bf4caa864.tar.gz
Updated PCRE used for win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 2a71ce069..0391a3155 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -8,7 +8,7 @@ CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.1.1b
ZLIB = zlib-1.2.11
-PCRE = pcre-8.42
+PCRE = pcre-8.43
release: export