summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-02 17:53:59 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-02 18:21:29 -0800
commit4a090adef8c773087ec8916ad3c2236ef560df27 (patch)
tree1d377f3999b695c57aea0e99d58c3d1d6ff9f613 /CMakeLists.txt
parente13def040e1236f2e3dd4333a6ece955967478b3 (diff)
downloadzlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.gz
zlib 1.2.10v1.2.10
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 659afa9..1a954a6 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.9.1")
+set(VERSION "1.2.10")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")