commit | 3edec6c4edf398315b6b59e9ce26e12774095775 | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul@brainspark.nl> | Tue Aug 11 13:22:10 2015 +0100 |
committer | Paul Bakker <paul@brainspark.nl> | Tue Aug 11 13:22:10 2015 +0100 |
tree | 5aaf16a2362727c87d9cb02f0a50a844e5d5f9c3 | |
parent | 027ead91e5424a759b01f447444eee668ac43ff7 [diff] [blame] |
Prepare for 1.3.12 release
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index d4c5511..9cbac7b 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.11 SOVERSION 9) + set_target_properties(mbedtls PROPERTIES VERSION 1.3.12 SOVERSION 9) target_link_libraries(mbedtls ${libs})