diff options
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") |