From 20e472546e1fb3018cebe59040644f0b6198902d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 1 Jan 2017 22:21:21 -0800 Subject: Change version number to zlib 1.2.9.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.1