X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CMakeLists.txt;h=659afa9146490468d1a2947f1cdd759644eeaf1a;hb=20e472546e1fb3018cebe59040644f0b6198902d;hp=14411a4370ebf665eba4edbcb4530a47d31af827;hpb=6bdca5060d25755fb1def3ae7a78d635215eff21;p=zlib.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 14411a4..659afa9 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.9") +set(VERSION "1.2.9.1") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation")