From de388bf37f22a5458dcc26d6393b2fd20d778808 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 14 Nov 2014 11:49:14 -0800 Subject: [PATCH] version 3.2.6 --- configure.ac | 2 +- cyassl/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c08b6547c..918fb5695 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[3.2.4],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com]) +AC_INIT([cyassl],[3.2.6],[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 f2329cfa7..a071edf1a 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "3.2.4" -#define LIBCYASSL_VERSION_HEX 0x03002004 +#define LIBCYASSL_VERSION_STRING "3.2.6" +#define LIBCYASSL_VERSION_HEX 0x03002006 #ifdef __cplusplus }