summaryrefslogtreecommitdiffstats
path: root/compat/zlib/CMakeLists.txt
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-01 19:10:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-01 19:10:32 (GMT)
commitd2cdeda593457c08bfa561d317374933f9fcf925 (patch)
tree77c302923d88e96f0b6fbb399719fc25530be29c /compat/zlib/CMakeLists.txt
parenta04ce08575e6013ffee3376c7d045a6709dee314 (diff)
downloadtcl-d2cdeda593457c08bfa561d317374933f9fcf925.zip
tcl-d2cdeda593457c08bfa561d317374933f9fcf925.tar.gz
tcl-d2cdeda593457c08bfa561d317374933f9fcf925.tar.bz2
Update zlib to version 1.2.9. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/CMakeLists.txt')
-rw-r--r--compat/zlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/CMakeLists.txt b/compat/zlib/CMakeLists.txt
index 0c0247c..14411a4 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.8")
+set(VERSION "1.2.9")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")