From ceeb615f4660966c192edb302207842c7283b5ac Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 2 May 2013 23:12:54 -0700 Subject: Change version number to 1.2.8.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c0247c..22f2658 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.8") +set(VERSION "1.2.8.1") option(ASM686 "Enable building i686 assembly implementation") option(AMD64 "Enable building amd64 assembly implementation") -- cgit v1.2.3-55-g6feb