From 11ceaed751369ec499e1f4c021a881f46bb1bb04 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 15 Jan 2017 08:54:04 -0800 Subject: Change version number to 1.2.10.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a954a6..87e7637 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.10") +set(VERSION "1.2.10.1") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation") -- cgit v1.2.1