diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ded4094a..d00a4f9fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.9.1 + VERSION 1.9.2 LANGUAGES C) option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON) diff --git a/NEWS.md b/NEWS.md index 78d663c7e..73bafe2e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +1.9.2 [2022-06-28] + +* Fix version number in header file. + 1.9.1 [2022-06-28] ===================