prepare for release version 4.2.0

This commit is contained in:
Jacob Barthelmeh
2019-10-21 16:32:41 -06:00
parent 32f537cb6c
commit 1cbc2536cc
6 changed files with 270 additions and 198 deletions

View File

@@ -7,7 +7,7 @@
#
AC_COPYRIGHT([Copyright (C) 2006-2019 wolfSSL Inc.])
AC_PREREQ([2.63])
AC_INIT([wolfssl],[4.1.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
AC_INIT([wolfssl],[4.2.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux])
# The following sets CFLAGS and CXXFLAGS to empty if unset on command line.
@@ -34,7 +34,7 @@ LT_PREREQ([2.2])
LT_INIT([disable-static win32-dll])
#shared library versioning
WOLFSSL_LIBRARY_VERSION=22:0:3
WOLFSSL_LIBRARY_VERSION=23:0:0
# | | |
# +------+ | +---+
# | | |