summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-05-02 23:12:54 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-05-02 23:12:54 -0700
commitceeb615f4660966c192edb302207842c7283b5ac (patch)
tree112d3444baab468a249a982ea8a15c01225095b3 /CMakeLists.txt
parent50893291621658f355bc5b4d450a8d06a563053d (diff)
downloadzlib-ceeb615f4660966c192edb302207842c7283b5ac.tar.gz
Change version number to 1.2.8.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 0c0247c..22f2658 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.8")
+set(VERSION "1.2.8.1")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")