diff --git a/configure.ac b/configure.ac index 463835db1..a58429691 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[2.8.1],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com]) +AC_INIT([cyassl],[2.8.2],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/cyassl/version.h b/cyassl/version.h index a17c62890..ddf761b52 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "2.8.1" -#define LIBCYASSL_VERSION_HEX 0x02008001 +#define LIBCYASSL_VERSION_STRING "2.8.2" +#define LIBCYASSL_VERSION_HEX 0x02008002 #ifdef __cplusplus }