summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 09:18:46 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 09:29:40 -0800
commitcacf7f1d4e3d44d871b605da3b647f07d718623f (patch)
treef356f7c59f4741ad77d52f1cd5619a916df3b912 /CMakeLists.txt
parentcbbd20302c6e3fb626bee5bd8b4932524049515c (diff)
downloadzlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz
zlib 1.2.11v1.2.11
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)
project(zlib C)
-set(VERSION "1.2.10.1")
+set(VERSION "1.2.11")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")