diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-05-02 23:12:54 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-05-02 23:12:54 -0700 |
commit | ceeb615f4660966c192edb302207842c7283b5ac (patch) | |
tree | 112d3444baab468a249a982ea8a15c01225095b3 /CMakeLists.txt | |
parent | 50893291621658f355bc5b4d450a8d06a563053d (diff) | |
download | zlib-ceeb615f4660966c192edb302207842c7283b5ac.tar.gz zlib-ceeb615f4660966c192edb302207842c7283b5ac.tar.bz2 zlib-ceeb615f4660966c192edb302207842c7283b5ac.zip |
Change version number to 1.2.8.1.
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 0c0247c..22f2658 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.8") | 6 | set(VERSION "1.2.8.1") |
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") |