diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
commit | 7d60b86782f96854974fdec6f17cb95cfaf020a6 (patch) | |
tree | 46886deb09bf103b49e84cc7aaaa9f1cf9923c1f /CMakeLists.txt | |
parent | cacf7f1d4e3d44d871b605da3b647f07d718623f (diff) | |
download | zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.gz zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.bz2 zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.zip |
Change version number to 1.2.11.1.
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 0fe939d..e108c16 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.11") | 6 | set(VERSION "1.2.11.1") |
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") |