From 4a7e56442a5328a0d01d753aec28796cacee3602 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 14 Nov 2012 17:57:27 -0800 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 f7fbcc4ba..e0145b0d2 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[2.4.1],[http://www.yassl.com]) +AC_INIT([cyassl],[2.4.2],[http://www.yassl.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/cyassl/version.h b/cyassl/version.h index d3b2b6418..19330ee5d 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "2.4.1" -#define LIBCYASSL_VERSION_HEX 0x02004001 +#define LIBCYASSL_VERSION_STRING "2.4.2" +#define LIBCYASSL_VERSION_HEX 0x02004002 #ifdef __cplusplus }