mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Bumped version to 1.3.1
This commit is contained in:
parent
f34673e37b
commit
5c17ccdf2a
6 changed files with 11 additions and 11 deletions
|
|
@ -76,7 +76,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 4)
|
||||
set_target_properties(polarssl PROPERTIES VERSION 1.3.1 SOVERSION 5)
|
||||
|
||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue