From 7caf0499d628d208b237a2ffb5fde00fe5d1ad4d Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 6 Mar 2015 13:39:57 -0800 Subject: [PATCH] bump version --- configure.ac | 2 +- support/wolfssl.pc | 2 +- wolfssl/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8de5c2c9a..aaac5cb3c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.4.1],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.4.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/support/wolfssl.pc b/support/wolfssl.pc index 1d1f3681d..17822b16b 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.4.1 +Version: 3.4.2 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index 6a6e237b8..43116ba63 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.4.1" -#define LIBWOLFSSL_VERSION_HEX 0x03004001 +#define LIBWOLFSSL_VERSION_STRING "3.4.2" +#define LIBWOLFSSL_VERSION_HEX 0x03004002 #ifdef __cplusplus }