commit | daae3b749bc81edcad20f92177add929440e0982 | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul_github.com@offspark.com> | Sun Feb 08 15:49:54 2015 +0100 |
committer | Paul Bakker <paul_github.com@offspark.com> | Sun Feb 08 15:49:54 2015 +0100 |
tree | 3ce7d56ed9c7383c83dc5f2e9cb85bb6f4cc0061 | |
parent | 6674cce892f61d6114eb3340f1b8dfb092a66f78 [diff] [blame] |
Prepare for mbed TLS 1.3.10 release
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index ed4a10e..1116a58 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -117,7 +117,7 @@ if(USE_SHARED_MBEDTLS_LIBRARY) add_library(mbedtls SHARED ${src}) - set_target_properties(mbedtls PROPERTIES VERSION 1.3.9 SOVERSION 7) + set_target_properties(mbedtls PROPERTIES VERSION 1.3.10 SOVERSION 8) target_link_libraries(mbedtls ${libs})