- Preparations for v1.0.0 release of PolarSSL

This commit is contained in:
Paul Bakker 2011-07-27 17:03:00 +00:00
parent 2015eacd4c
commit 968bc9831b
6 changed files with 12 additions and 12 deletions

View file

@ -43,7 +43,7 @@ add_library(polarssl STATIC ${src})
else(NOT USE_SHARED_POLARSSL_LIBRARY)
ADD_LIBRARY(polarssl SHARED ${src})
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.5 SOVERSION 0)
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 1.0.0 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)