summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-08-06 17:38:12 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-08-06 17:38:12 +0000
commit567dc0b265186d146aa71aa9c7d8f74502a0a45a (patch)
tree36bf24a00dcfc1fb9c1f48c601ce364f4759767e
parent6087743fe2372ad9ede026cbf32f135d3137defc (diff)
downloadnginx-567dc0b265186d146aa71aa9c7d8f74502a0a45a.tar.gz
nginx-567dc0b265186d146aa71aa9c7d8f74502a0a45a.tar.bz2
Merge of r4775: 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 f2f60db11..b0c235a49 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.5
-PCRE = pcre-8.30
+PCRE = pcre-8.31
release: