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

Made ready for release 1.3.5

This commit is contained in:
Paul Bakker
2014-03-26 16:55:50 +01:00
parent 5fff23b92a
commit 96d5265315
6 changed files with 10 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ endif()
if(USE_SHARED_POLARSSL_LIBRARY)
add_library(polarssl SHARED ${src})
set_target_properties(polarssl PROPERTIES VERSION 1.3.4 SOVERSION 5)
set_target_properties(polarssl PROPERTIES VERSION 1.3.5 SOVERSION 5)
target_link_libraries(polarssl ${libs})