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

- Ready for release 0.99-pre4

This commit is contained in:
Paul Bakker
2011-04-01 12:23:26 +00:00
parent 99a03afc22
commit 3efa575ff2
6 changed files with 10 additions and 10 deletions

View File

@ -42,7 +42,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.3 SOVERSION 0)
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.4 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)