From f30f5290de485348442d168cd7b2eb714d1f20f9 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 20 Jan 2025 11:58:47 +0100 Subject: [PATCH] Bump version to 1.11.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 457025a9a..472a7a2fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0") endif() project(libzip - VERSION 1.11.2 + VERSION 1.11.3 LANGUAGES C) if(NOT libzip_VERSION_PATCH)