diff --git a/configure.ac b/configure.ac index cdbd7ad7e..78480f72f 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.3.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.3.3],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/cyassl/version.h b/cyassl/version.h index 48ea6ef8b..d6cf10319 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -30,8 +30,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.3.2" -#define LIBWOLFSSL_VERSION_HEX 0x03003002 +#define LIBWOLFSSL_VERSION_STRING "3.3.3" +#define LIBWOLFSSL_VERSION_HEX 0x03003003 #ifdef __cplusplus } diff --git a/support/wolfssl.pc b/support/wolfssl.pc index 07fda4e9e..6f1ee1c73 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.3.2 +Version: 3.3.3 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index 653690a0a..c27c7a894 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.3.2" -#define LIBWOLFSSL_VERSION_HEX 0x03003002 +#define LIBWOLFSSL_VERSION_STRING "3.3.3" +#define LIBWOLFSSL_VERSION_HEX 0x03003003 #ifdef __cplusplus }