mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
wolfssl is a new library, reset libtool version number to 0:0:0
This commit is contained in:
24
configure.ac
24
configure.ac
@@ -31,18 +31,18 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
|
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
|
||||||
|
|
||||||
#shared library versioning
|
#shared library versioning
|
||||||
WOLFSSL_LIBRARY_VERSION=6:0:1
|
WOLFSSL_LIBRARY_VERSION=0:0:0
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
# current:revision:age
|
# current:revision:age
|
||||||
# | | |
|
# | | |
|
||||||
# | | +- increment if interfaces have been added
|
# | | +- increment if interfaces have been added
|
||||||
# | | set to zero if interfaces have been removed
|
# | | set to zero if interfaces have been removed
|
||||||
# | | or changed
|
# | | or changed
|
||||||
# | +- increment if source code has changed
|
# | +- increment if source code has changed
|
||||||
# | set to zero if current is incremented
|
# | set to zero if current is incremented
|
||||||
# +- increment if interfaces have been added, removed or changed
|
# +- increment if interfaces have been added, removed or changed
|
||||||
AC_SUBST([WOLFSSL_LIBRARY_VERSION])
|
AC_SUBST([WOLFSSL_LIBRARY_VERSION])
|
||||||
|
|
||||||
# capture user C_EXTRA_FLAGS from ./configure line, CFLAGS may hold -g -O2 even
|
# capture user C_EXTRA_FLAGS from ./configure line, CFLAGS may hold -g -O2 even
|
||||||
|
Reference in New Issue
Block a user