diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
commit | a4c17581d8fd9dc38d498430825d148fe7177881 (patch) | |
tree | 5c9b485ce459a9c3517a8f9658442f3b1284a402 /CMakeLists.txt | |
parent | 21767c654d31d2dccdde4330529775c6c5fd5389 (diff) | |
download | zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.gz zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.bz2 zlib-a4c17581d8fd9dc38d498430825d148fe7177881.zip |
Change version number on develop branch to 1.2.12.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 e6fbb37..93815d9 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.12") | 6 | set(VERSION "1.2.12.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") |