diff --git a/configure.ac b/configure.ac index a9ddd5e06..c08b6547c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[3.2.2],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com]) +AC_INIT([cyassl],[3.2.4],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/cyassl/version.h b/cyassl/version.h index 70cd7a129..f2329cfa7 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "3.2.2" -#define LIBCYASSL_VERSION_HEX 0x03002002 +#define LIBCYASSL_VERSION_STRING "3.2.4" +#define LIBCYASSL_VERSION_HEX 0x03002004 #ifdef __cplusplus }