- Updated for release 0.99-pre5

This commit is contained in:
Paul Bakker 2011-05-27 09:25:42 +00:00
parent d7d8dbe3bf
commit 828acb2234
6 changed files with 10 additions and 10 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.4 SOVERSION 0)
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.5 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)