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
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-09-11 17:36:34 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2012-09-11 17:36:34 +0400
commit6fa37a6c3b832a0a0526d352fa4f93d6a7124576 (patch)
treede3e3c6dba7203e41c5557422459f15b7b905319
parentf5e90ce368b8fefe7f030ad24d78c55e6f23544f (diff)
Updated zlib 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 0689877ca..69ef2296f 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -7,7 +7,7 @@ REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
OBJS = objs.msvc8
OPENSSL = openssl-1.0.1c
-ZLIB = zlib-1.2.5
+ZLIB = zlib-1.2.7
PCRE = pcre-8.31