summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 22:46:03 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 22:46:03 -0800
commit7d60b86782f96854974fdec6f17cb95cfaf020a6 (patch)
tree46886deb09bf103b49e84cc7aaaa9f1cf9923c1f /CMakeLists.txt
parentcacf7f1d4e3d44d871b605da3b647f07d718623f (diff)
downloadzlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.gz
Change version number to 1.2.11.1.
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 0fe939d..e108c16 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.11")
+set(VERSION "1.2.11.1")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")