forked from wolfSSL/wolfssl
Updates for v4.0.0
Bump the version number in configure.ac and updated the version.h. The library version wasn't updated between v3.15.7-stable and the snapshot v3.15.8, so I bumped it for this release.
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
# This file is part of wolfSSL. (formerly known as CyaSSL)
|
# This file is part of wolfSSL. (formerly known as CyaSSL)
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
AC_COPYRIGHT([Copyright (C) 2006-2018 wolfSSL Inc.])
|
AC_COPYRIGHT([Copyright (C) 2006-2019 wolfSSL Inc.])
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([wolfssl],[3.15.7],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
|
AC_INIT([wolfssl],[4.0.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
# The following sets CFLAGS and CXXFLAGS to empty if unset on command line.
|
# 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])
|
LT_INIT([disable-static win32-dll])
|
||||||
|
|
||||||
#shared library versioning
|
#shared library versioning
|
||||||
WOLFSSL_LIBRARY_VERSION=20:0:1
|
WOLFSSL_LIBRARY_VERSION=21:0:2
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
|
@@ -28,8 +28,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBWOLFSSL_VERSION_STRING "3.15.7"
|
#define LIBWOLFSSL_VERSION_STRING "4.0.0"
|
||||||
#define LIBWOLFSSL_VERSION_HEX 0x03015007
|
#define LIBWOLFSSL_VERSION_HEX 0x04000000
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user