Skip to content

Commit 012e99b

Browse files
committed
Use 7-Zip v25.00 by default
1 parent 2fc846b commit 012e99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else()
8484
if ( BIT7Z_BUILD_FOR_P7ZIP )
8585
set( BIT7Z_7ZIP_VERSION 16.02 ) # Latest version of p7zip
8686
else()
87-
set( BIT7Z_7ZIP_VERSION "24.09" CACHE STRING "The version of 7-zip to be used by bit7z" )
87+
set( BIT7Z_7ZIP_VERSION "25.00" CACHE STRING "The version of 7-zip to be used by bit7z" )
8888
endif()
8989
message( STATUS "7-zip version: ${BIT7Z_7ZIP_VERSION}" )
9090
endif()

0 commit comments

Comments
 (0)