1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Updated for PolarSSL 1.2.5

This commit is contained in:
Paul Bakker
2013-02-02 19:23:57 +01:00
parent 40865c8e5d
commit c7a2da437e
6 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ add_library(polarssl STATIC ${src})
else(NOT USE_SHARED_POLARSSL_LIBRARY)
add_library(polarssl SHARED ${src})
set_target_properties(polarssl PROPERTIES VERSION 1.2.4 SOVERSION 2)
set_target_properties(polarssl PROPERTIES VERSION 1.2.5 SOVERSION 2)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)