diff --git a/configure.ac b/configure.ac index 9dcb798db..a495b2234 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.7.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.7.3],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) @@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS. #shared library versioning -WOLFSSL_LIBRARY_VERSION=2:0:1 +WOLFSSL_LIBRARY_VERSION=3:0:0 # | | | # +------+ | +---+ # | | | diff --git a/support/wolfssl.pc b/support/wolfssl.pc index ac202dc30..554fcdb4c 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.7.2 +Version: 3.7.3 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index cd01ec856..831ac42c3 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.7.2" -#define LIBWOLFSSL_VERSION_HEX 0x03007002 +#define LIBWOLFSSL_VERSION_STRING "3.7.3" +#define LIBWOLFSSL_VERSION_HEX 0x03007003 #ifdef __cplusplus }