Skip to content

Commit

Permalink
Update project version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Oct 12, 2023
1 parent 2af93d3 commit 5160f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 5160f3e

Please sign in to comment.