diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:18:46 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:29:40 -0800 |
commit | cacf7f1d4e3d44d871b605da3b647f07d718623f (patch) | |
tree | f356f7c59f4741ad77d52f1cd5619a916df3b912 /CMakeLists.txt | |
parent | cbbd20302c6e3fb626bee5bd8b4932524049515c (diff) | |
download | zlib-1.2.11.tar.gz zlib-1.2.11.tar.bz2 zlib-1.2.11.zip |
zlib 1.2.11v1.2.11
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e7637..0fe939d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -3,7 +3,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) | |||
3 | 3 | ||
4 | project(zlib C) | 4 | project(zlib C) |
5 | 5 | ||
6 | set(VERSION "1.2.10.1") | 6 | set(VERSION "1.2.11") |
7 | 7 | ||
8 | option(ASM686 "Enable building i686 assembly implementation") | 8 | option(ASM686 "Enable building i686 assembly implementation") |
9 | option(AMD64 "Enable building amd64 assembly implementation") | 9 | option(AMD64 "Enable building amd64 assembly implementation") |