From 06faa470012e66edf0f8aed8df71f734929d2e73 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 9 Apr 2014 09:51:11 -0700 Subject: [PATCH] version bump --- configure.ac | 2 +- cyassl/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 486ef9515..721afa331 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[2.9.3],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com]) +AC_INIT([cyassl],[2.9.4],[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 c32c1cb2f..02aeacabb 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "2.9.3" -#define LIBCYASSL_VERSION_HEX 0x02009003 +#define LIBCYASSL_VERSION_STRING "2.9.4" +#define LIBCYASSL_VERSION_HEX 0x02009004 #ifdef __cplusplus }