update soname to 40

This commit is contained in:
JacobBarthelmeh
2023-06-30 14:40:26 -07:00
parent 052fba887c
commit 877979c5c2

View File

@ -46,10 +46,10 @@ AC_SUBST([WOLFSSL_CONFIG_ARGS])
# shared library versioning # shared library versioning
# The three numbers in the libwolfssl.so.*.*.* file name. Unfortunately # The three numbers in the libwolfssl.so.*.*.* file name. Unfortunately
# these numbers don't always line up nicely with the library version. # these numbers don't always line up nicely with the library version.
WOLFSSL_LIBRARY_VERSION_FIRST=35 WOLFSSL_LIBRARY_VERSION_FIRST=40
WOLFSSL_LIBRARY_VERSION_SECOND=5 WOLFSSL_LIBRARY_VERSION_SECOND=0
WOLFSSL_LIBRARY_VERSION_THIRD=1 WOLFSSL_LIBRARY_VERSION_THIRD=0
WOLFSSL_LIBRARY_VERSION=40:1:5 WOLFSSL_LIBRARY_VERSION=40:0:0
# | | | # | | |
# +------+ | +---+ # +------+ | +---+
# | | | # | | |