Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2015-07-14 19:44:19 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2015-07-14 19:44:19 +0300
commit4f83488a3475bb1d078114905c8bf68d306ed626 (patch)
treee6602265a8fba9dc330ad3e409507750f74f8c72 /misc
parentf1dbcf61a2bf31e20f1390fd3e10b8f803311780 (diff)
Updated PCRE used for win32 builds.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index c3bb5ee7b..a15e7e9e5 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -7,7 +7,7 @@ TEMP = tmp
OBJS = objs.msvc8
OPENSSL = openssl-1.0.1p
ZLIB = zlib-1.2.8
-PCRE = pcre-8.35
+PCRE = pcre-8.37
release: export