Ready for 1.3.0 release
This commit is contained in:
parent
ca9c87ed2b
commit
f18084a201
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ add_library(polarssl STATIC ${src})
|
|||
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
add_library(polarssl SHARED ${src})
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.0 SOVERSION 3)
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.0 SOVERSION 4)
|
||||
|
||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue