forked from wolfSSL/wolfssl
bump version for dev
This commit is contained in:
@ -28,7 +28,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
|||||||
You must delete them, or cmake will refuse to work.")
|
You must delete them, or cmake will refuse to work.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(wolfssl VERSION 4.8.0 LANGUAGES C)
|
project(wolfssl VERSION 4.8.1 LANGUAGES C)
|
||||||
|
|
||||||
# shared library versioning
|
# shared library versioning
|
||||||
# increment if interfaces have been added, removed or changed
|
# increment if interfaces have been added, removed or changed
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
AC_COPYRIGHT([Copyright (C) 2006-2020 wolfSSL Inc.])
|
AC_COPYRIGHT([Copyright (C) 2006-2020 wolfSSL Inc.])
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([wolfssl],[4.8.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
|
AC_INIT([wolfssl],[4.8.1],[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 to empty if unset on command line. We do not
|
# The following sets CFLAGS to empty if unset on command line. We do not
|
||||||
@ -36,7 +36,7 @@ LT_PREREQ([2.4.2])
|
|||||||
LT_INIT([disable-static win32-dll])
|
LT_INIT([disable-static win32-dll])
|
||||||
|
|
||||||
#shared library versioning
|
#shared library versioning
|
||||||
WOLFSSL_LIBRARY_VERSION=29:0:5
|
WOLFSSL_LIBRARY_VERSION=29:1:5
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
|
@ -1190,7 +1190,7 @@ static int getSupported(char* in)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
char cannedResponse[] = {
|
char cannedResponse[] = {
|
||||||
"wolfCrypt QNX CAAM driver version 4.8.0\n"
|
"wolfCrypt QNX CAAM driver version 4.8.1\n"
|
||||||
"Supports:\n"
|
"Supports:\n"
|
||||||
"\tAES-CMAC\n"
|
"\tAES-CMAC\n"
|
||||||
"\tECC (sign, verify, ecdh, keygen)\n"
|
"\tECC (sign, verify, ecdh, keygen)\n"
|
||||||
|
BIN
wolfssl.rc
BIN
wolfssl.rc
Binary file not shown.
@ -28,8 +28,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBWOLFSSL_VERSION_STRING "4.8.0"
|
#define LIBWOLFSSL_VERSION_STRING "4.8.1"
|
||||||
#define LIBWOLFSSL_VERSION_HEX 0x04008000
|
#define LIBWOLFSSL_VERSION_HEX 0x04008001
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user