Prepare for release 1.3.9

This commit is contained in:
Paul Bakker 2014-10-20 13:56:15 +02:00
parent b082bb50de
commit 9eac4f7c4e
6 changed files with 10 additions and 10 deletions

View file

@ -118,7 +118,7 @@ endif()
if(USE_SHARED_POLARSSL_LIBRARY)
add_library(polarssl SHARED ${src})
set_target_properties(polarssl PROPERTIES VERSION 1.3.8 SOVERSION 7)
set_target_properties(polarssl PROPERTIES VERSION 1.3.9 SOVERSION 7)
target_link_libraries(polarssl ${libs})