Prepped for 1.3.7 release

This commit is contained in:
Paul Bakker 2014-05-01 14:27:19 +02:00
parent c37b0ac4b2
commit da13016d84
6 changed files with 10 additions and 10 deletions

View file

@ -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})