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

- 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)