summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-10-12 17:54:34 -0700
committerMark Adler <fork@madler.net>2022-10-12 22:06:55 -0700
commit04f42ceca40f73e2978b50e93806c2a18c1281fc (patch)
tree4c576e2421e995c55445f48ff1a8153baa9ffd64 /CMakeLists.txt
parentaefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff)
downloadzlib-master.tar.gz
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 4584bd3..b412dc7 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.12.1")
+set(VERSION "1.2.13")
set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for executables")
set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries")