-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Update the library version 2. Update the ChangeLog
- Loading branch information
1 parent
1736a4c
commit d288992
Showing
3 changed files
with
67 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# All right reserved. | ||
|
||
AC_COPYRIGHT([Copyright (C) 2014-2024 wolfSSL Inc.]) | ||
AC_INIT([wolfssh],[1.4.16],[[email protected]],[wolfssh],[https://www.wolfssl.com]) | ||
AC_INIT([wolfssh],[1.4.17],[[email protected]],[wolfssh],[https://www.wolfssl.com]) | ||
AC_PREREQ([2.63]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
||
|
@@ -18,18 +18,19 @@ AC_ARG_PROGRAM | |
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
WOLFSSH_LIBRARY_VERSION=15:3:8 | ||
# | | | | ||
# +------+ | +---+ | ||
# | | | | ||
WOLFSSH_LIBRARY_VERSION=16:0:9 | ||
# | | | | ||
# +-----+ | +----+ | ||
# | | | | ||
# current:revision:age | ||
# | | | | ||
# | | +- increment if interfaces have been added | ||
# | | set to zero if interfaces have been removed | ||
# | | or changed | ||
# | +- increment if source code has changed | ||
# | set to zero if current is incremented | ||
# +- increment if interfaces have been added, removed or changed | ||
# | | | | ||
# | | +- increment if interfaces have been added | ||
# | | +- set to zero if interfaces have been | ||
# | | removed or changed | ||
# | +- increment if source code has changed | ||
# | +- set to zero if current is incremented | ||
# +- increment if interfaces have been added, removed | ||
# or changed | ||
AC_SUBST([WOLFSSH_LIBRARY_VERSION]) | ||
|
||
LT_PREREQ([2.2]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters