summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-08-08 15:21:10 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-08-08 15:21:10 +0300
commit9b9f5466e5e6c9e5f4dc1b0d4d3a34646520b0e5 (patch)
treec9c96e463446bc7ffbb4ec2c67bb4b7b3ed13d6a
parent4f351d9b261935fffb37b69e9ac98ea2bb461094 (diff)
downloadnginx-9b9f5466e5e6c9e5f4dc1b0d4d3a34646520b0e5.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 253d8dcf4..074a47bf0 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -8,7 +8,7 @@ CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.0.2l
ZLIB = zlib-1.2.11
-PCRE = pcre-8.40
+PCRE = pcre-8.41
release: export