From 6fa37a6c3b832a0a0526d352fa4f93d6a7124576 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 11 Sep 2012 13:36:34 +0000 Subject: Updated zlib used for win32 builds. --- misc/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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 -- cgit