diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 11:53:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 11:53:07 (GMT) |
commit | 9a41c99458c9f645f364789c7ac310f55c77eccc (patch) | |
tree | 9b77aae86d0c417096e7809b5954306bf8353d3a /compat/zlib/CMakeLists.txt | |
parent | 20e3b9e6120f73794f9851db1f2034e7a67a3007 (diff) | |
parent | d97147c2533ecc33102bb142a541dfe148ae7224 (diff) | |
download | tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.zip tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.gz tcl-9a41c99458c9f645f364789c7ac310f55c77eccc.tar.bz2 |
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/CMakeLists.txt')
-rw-r--r-- | compat/zlib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/CMakeLists.txt b/compat/zlib/CMakeLists.txt index 1a954a6..0fe939d 100644 --- a/compat/zlib/CMakeLists.txt +++ b/compat/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") |