Skip to content

Commit 0f584ca

Browse files
committed
Prepare for release.
1 parent d17daf7 commit 0f584ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
66
endif()
77

88
project(libzip
9-
VERSION 1.10.1
9+
VERSION 1.11
1010
LANGUAGES C)
1111

1212
option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# X.X [Unreleased]
1+
# 1.11 [2024-09-19]
22

33
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
44
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.

0 commit comments

Comments
 (0)