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>2014-07-04 22:34:03 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2014-07-04 22:34:03 +0400
commit31c1715ce6029d6138bd8082034110de0b3b6629 (patch)
treeebbe69c195827a2e05626d974e70db8d1a0e7e4f /misc
parentd9152910d389a07403bc23da005d8b18894d63a7 (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 b6fa0be3d..eb6cbf0b3 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -7,7 +7,7 @@ TEMP = tmp
OBJS = objs.msvc8
OPENSSL = openssl-1.0.1h
ZLIB = zlib-1.2.8
-PCRE = pcre-8.34
+PCRE = pcre-8.35
release: export