From 14f4162180a5b1db41b97c6de87cef179c7c4efd Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 23 Oct 2013 16:22:10 -0700 Subject: [PATCH] bump dev version --- configure.ac | 2 +- cyassl/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }