diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
tree | 16b86ef85c591c244523c98c71508be7908d1189 /CMakeLists.txt | |
parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
download | zlib-1.3.1.tar.gz zlib-1.3.1.tar.bz2 zlib-1.3.1.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c053a95..15ceebe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -3,7 +3,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) | |||
3 | 3 | ||
4 | project(zlib C) | 4 | project(zlib C) |
5 | 5 | ||
6 | set(VERSION "1.3.0.1") | 6 | set(VERSION "1.3.1") |
7 | 7 | ||
8 | option(ZLIB_BUILD_EXAMPLES "Enable Zlib Examples" ON) | 8 | option(ZLIB_BUILD_EXAMPLES "Enable Zlib Examples" ON) |
9 | 9 | ||