Skip to content

Commit

Permalink
Bump version and shlib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jun 18, 2021
1 parent 8a02786 commit 26ba552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
endif()

project(libzip
VERSION 1.7.3.1
VERSION 1.8.0
LANGUAGES C)

option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if(HAVE_CRYPTO)
endif()

if(SHARED_LIB_VERSIONNING)
set_target_properties(zip PROPERTIES VERSION 5.3 SOVERSION 5)
set_target_properties(zip PROPERTIES VERSION 5.4 SOVERSION 5)
endif()

target_link_libraries(zip PRIVATE ZLIB::ZLIB)
Expand Down

0 comments on commit 26ba552

Please sign in to comment.