diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
commit | bb26d0f8e56031df2d501621e957a8069a7b0cee (patch) | |
tree | d106ca1df1d76d2e34e97a5608305f757851906d /compat/zlib/CMakeLists.txt | |
parent | 4395e77d2723127865371a24efadb967a9617239 (diff) | |
download | tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.zip tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.gz tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.bz2 |
Update zlib to version 1.2.10. Dll's and *.lib files not updated yet
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 14411a4..1a954a6 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.9") +set(VERSION "1.2.10") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation") |