diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 17:53:59 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 18:21:29 -0800 |
commit | 4a090adef8c773087ec8916ad3c2236ef560df27 (patch) | |
tree | 1d377f3999b695c57aea0e99d58c3d1d6ff9f613 /CMakeLists.txt | |
parent | e13def040e1236f2e3dd4333a6ece955967478b3 (diff) | |
download | zlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.gz zlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.bz2 zlib-4a090adef8c773087ec8916ad3c2236ef560df27.zip |
zlib 1.2.10v1.2.10
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 659afa9..1a954a6 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.9.1") | 6 | set(VERSION "1.2.10") |
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") |