diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2014-07-04 22:34:03 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2014-07-04 22:34:03 +0400 |
commit | 31c1715ce6029d6138bd8082034110de0b3b6629 (patch) | |
tree | ebbe69c195827a2e05626d974e70db8d1a0e7e4f | |
parent | d9152910d389a07403bc23da005d8b18894d63a7 (diff) | |
download | nginx-31c1715ce6029d6138bd8082034110de0b3b6629.tar.gz nginx-31c1715ce6029d6138bd8082034110de0b3b6629.zip |
Updated PCRE used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 2 |
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 |