We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f00b5c3 + 877979c commit 856b5c3Copy full SHA for 856b5c3
1 file changed
configure.ac
@@ -46,10 +46,10 @@ AC_SUBST([WOLFSSL_CONFIG_ARGS])
46
# shared library versioning
47
# The three numbers in the libwolfssl.so.*.*.* file name. Unfortunately
48
# these numbers don't always line up nicely with the library version.
49
-WOLFSSL_LIBRARY_VERSION_FIRST=35
50
-WOLFSSL_LIBRARY_VERSION_SECOND=5
51
-WOLFSSL_LIBRARY_VERSION_THIRD=1
52
-WOLFSSL_LIBRARY_VERSION=40:1:5
+WOLFSSL_LIBRARY_VERSION_FIRST=40
+WOLFSSL_LIBRARY_VERSION_SECOND=0
+WOLFSSL_LIBRARY_VERSION_THIRD=0
+WOLFSSL_LIBRARY_VERSION=40:0:0
53
# | | |
54
# +------+ | +---+
55
0 commit comments