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})
 
diff --git a/library/Makefile b/library/Makefile
index a7190d6..37ba14e 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -24,7 +24,7 @@
 
 SONAME=libmbedtls.so.7
 
-DLEXT=so.7
+DLEXT=so.8
 # OSX shared library extension:
 # DLEXT=dylib