mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Prepped for 1.3.3
This commit is contained in:
@ -83,7 +83,7 @@ add_library(polarssl STATIC ${src})
|
||||
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
add_library(polarssl SHARED ${src})
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.2 SOVERSION 5)
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.3 SOVERSION 5)
|
||||
|
||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
|
Reference in New Issue
Block a user