summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 21:38:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-28 15:57:10 -0700
commite8fee0ea7bf62e595bd5518b7b22e3e16397278c (patch)
treeba0c4a432915cd582d147580b8ed10cbdf6122ab /CMakeLists.txt
parentb7bc38845416febaba0d3736fec890750ad9fb28 (diff)
downloadzlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.gz
Change version number to 1.2.8.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6c781a..0c0247c 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.7")
+set(VERSION "1.2.8")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")