prepare for release version 4.1.0

This commit is contained in:
Jacob Barthelmeh
2019-07-22 13:45:38 -06:00
parent 2befc9d68f
commit 77fda069a8
7 changed files with 305 additions and 109 deletions

View File

@@ -7,7 +7,7 @@
#
AC_COPYRIGHT([Copyright (C) 2006-2019 wolfSSL Inc.])
AC_PREREQ([2.63])
AC_INIT([wolfssl],[4.0.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
AC_INIT([wolfssl],[4.1.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=21:0:2
WOLFSSL_LIBRARY_VERSION=22:0:3
# | | |
# +------+ | +---+
# | | |