Skip to content

Commit 856b5c3

Browse files
authored
Merge pull request #6566 from JacobBarthelmeh/soname
update soname to 40
2 parents f00b5c3 + 877979c commit 856b5c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ AC_SUBST([WOLFSSL_CONFIG_ARGS])
4646
# shared library versioning
4747
# The three numbers in the libwolfssl.so.*.*.* file name. Unfortunately
4848
# 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
49+
WOLFSSL_LIBRARY_VERSION_FIRST=40
50+
WOLFSSL_LIBRARY_VERSION_SECOND=0
51+
WOLFSSL_LIBRARY_VERSION_THIRD=0
52+
WOLFSSL_LIBRARY_VERSION=40:0:0
5353
# | | |
5454
# +------+ | +---+
5555
# | | |

0 commit comments

Comments
 (0)