diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-01-10 11:38:14 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-01-10 11:38:14 +0000 |
commit | 2cbb7ae42a455437b55b77213e3351ee126b4fc9 (patch) | |
tree | 3ed8924002ae63d47b4f36ed08164855b32964f5 | |
parent | 041449a3d34b738a3a5d9012461e2a06f98f7b24 (diff) | |
download | nginx-2cbb7ae42a455437b55b77213e3351ee126b4fc9.tar.gz nginx-2cbb7ae42a455437b55b77213e3351ee126b4fc9.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 a9036c6b4..305a709bd 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -8,7 +8,7 @@ REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 OPENSSL = openssl-1.0.1c ZLIB = zlib-1.2.7 -PCRE = pcre-8.31 +PCRE = pcre-8.32 release: |