From 3e19316f8afc8b027883f268b606fa2bb41c8c68 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 4 May 2016 16:45:51 -0600 Subject: [PATCH] update version to 3.9.1 --- 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 ed413c984..9a63d5a6c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.9.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.9.1],[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 a629a66a8..2c05e7b70 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.9.0 +Version: 3.9.1 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index 8f6cac71b..0f77c7f76 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -28,8 +28,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.9.0" -#define LIBWOLFSSL_VERSION_HEX 0x03009000 +#define LIBWOLFSSL_VERSION_STRING "3.9.1" +#define LIBWOLFSSL_VERSION_HEX 0x03009001 #ifdef __cplusplus }