mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Prepped for 1.3.7 release
This commit is contained in:
parent
c37b0ac4b2
commit
da13016d84
6 changed files with 10 additions and 10 deletions
|
|
@ -109,7 +109,7 @@ endif()
|
|||
|
||||
if(USE_SHARED_POLARSSL_LIBRARY)
|
||||
add_library(polarssl SHARED ${src})
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.6 SOVERSION 6)
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.7 SOVERSION 6)
|
||||
|
||||
target_link_libraries(polarssl ${libs})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue