From 0f314c78c2f6802622820248641e4f4bdf97e816 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 22 Jan 2017 18:07:04 +0000 Subject: 2017-01-22 Matthias Klose * Import zlib 1.2.11. * configure: Regenerate. Changes in 1.2.11 (15 Jan 2017) - Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input From-SVN: r244762 --- zlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/CMakeLists.txt') diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt index 1a954a6..0fe939d 100644 --- a/zlib/CMakeLists.txt +++ b/zlib/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) project(zlib C) -set(VERSION "1.2.10") +set(VERSION "1.2.11") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation") -- cgit v1.1