From 5532f9baa0c44cc5435ad135686a4ea009075b9a Mon Sep 17 00:00:00 2001 From: Dieter Baron Date: Tue, 28 Jun 2022 16:17:12 +0200 Subject: [PATCH] Bump version. Previous distfile had the wrong version. --- CMakeLists.txt | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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] ===================