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 Jul 10, 2024
1 parent 6f1248c commit 2cdfac1
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.14 )

project( bit7z
VERSION 4.0.7
VERSION 4.0.8
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 2cdfac1

Please sign in to comment.