Change version number to 1.2.8.

This commit is contained in:
Mark Adler
2013-04-13 21:38:26 -07:00
parent b7bc388454
commit e8fee0ea7b
29 changed files with 57 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
project(zlib C)
set(VERSION "1.2.7")
set(VERSION "1.2.8")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")