1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Made ready for 0.99-pre2 release

This commit is contained in:
Paul Bakker
2011-02-25 09:39:39 +00:00
parent c47840efd5
commit 1946e42dd4
6 changed files with 10 additions and 10 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.99.1 SOVERSION 0)
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.2 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)