- Preparing for Release of 0.99 prerelease 1

This commit is contained in:
Paul Bakker 2011-01-30 16:59:02 +00:00
parent e3166ce040
commit 9fc4659b30
6 changed files with 11 additions and 11 deletions

View file

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