aboutsummaryrefslogtreecommitdiff
path: root/zlib/CMakeLists.txt
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-22 18:07:04 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-22 18:07:04 +0000
commit239eb531b035fe8b7b8b8d600cce3fe971e3651f (patch)
tree86290f2ef953332b0d98f0f6333147a96109537d /zlib/CMakeLists.txt
parent5b5ea34d6f42bab11619a596f1bf84ef47e2c802 (diff)
2017-01-22 Matthias Klose <doko@ubuntu.com>
* 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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/CMakeLists.txt')
-rw-r--r--zlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt
index 1a954a64038..0fe939df689 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")