X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=e6fbb37d105f6d43d0de199f363e0978a8cd2cd8;hb=21767c654d31d2dccdde4330529775c6c5fd5389;hp=e108c16f85cd5589f71ba9095dbd4f1da9ce178a;hpb=296967c7b7b6bfb59ed8b831391359b2c0153e3d;p=zlib.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e108c16..e6fbb37 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.1") +set(VERSION "1.2.12") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation")