1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Ready for release 1.3.4

This commit is contained in:
Paul Bakker
2014-01-27 11:49:46 +01:00
parent e6c2ddb0b8
commit 2aca241425
6 changed files with 10 additions and 10 deletions

View File

@ -84,7 +84,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.3 SOVERSION 5)
set_target_properties(polarssl PROPERTIES VERSION 1.3.4 SOVERSION 5)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)