From 5160f3ea6ea4dd68f0d8186d97f9d53149ead4f3 Mon Sep 17 00:00:00 2001 From: Oz Date: Thu, 12 Oct 2023 08:49:23 +0200 Subject: [PATCH] Update project version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a078c3a4..23749e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required( VERSION 3.11 ) project( bit7z - VERSION 4.0.0 + VERSION 4.0.3 DESCRIPTION "A C++ static library offering a clean and simple interface to the 7-zip/p7zip shared libraries" HOMEPAGE_URL "https://github.com/rikyoz/bit7z/" ) set( CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON" )