diff --git a/CMakeLists.txt b/CMakeLists.txt index deca5918..e81d842e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.10.1 + VERSION 1.11 LANGUAGES C) option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON) diff --git a/NEWS.md b/NEWS.md index 21a4f369..176cbbdc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# X.X [Unreleased] +# 1.11 [2024-09-19] * Stop searching after finding acceptable central directory, even if it contains inconsistencies. * Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.