Prepared for PolarSSL 1.2.6 release

This commit is contained in:
Paul Bakker 2013-03-11 11:38:44 +01:00
parent fb1cbd3cea
commit 90f042d4cb
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.5 SOVERSION 2)
set_target_properties(polarssl PROPERTIES VERSION 1.2.6 SOVERSION 2)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)