summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/zlib/CMakeLists.txt')
-rw-r--r--3rdparty/zlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/CMakeLists.txt b/3rdparty/zlib/CMakeLists.txt
index 0c0247cc516..14411a4370e 100644
--- a/3rdparty/zlib/CMakeLists.txt
+++ b/3rdparty/zlib/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.9")
option(ASM686 "Enable building i686 assembly implementation")
option(AMD64 "Enable building amd64 assembly implementation")