commit | 2fcd3e4441cb4ebdc848a21145c3b215ab037346 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Mon Jun 18 14:39:06 2018 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Jun 18 14:39:06 2018 +0100 |
tree | 0f1a0c62a970750e22e56fa79ba9d7ec5861758c | |
parent | 925568a595b289fc441641cd7e5b27ef9d4caf61 [diff] [blame] |
Change the library version to 2.11.0 * Change the Mbed TLS library version to 2.11.0 * Increase the soversion of libmbedcrypto * Increase the soversion of libmbedtls
diff --git a/library/Makefile b/library/Makefile index 86696b6..f7eb896 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -31,9 +31,9 @@ endif endif -SOEXT_TLS=so.10 +SOEXT_TLS=so.11 SOEXT_X509=so.0 -SOEXT_CRYPTO=so.2 +SOEXT_CRYPTO=so.3 # Set DLEXT=dylib to compile as a shared library for Mac OS X DLEXT ?= so