From 73f6666fc2e1fb59aab32bc6c0e4be1eeb613c4d Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 23 Oct 2015 11:18:44 -0700 Subject: [PATCH] pre 3.7 --- configure.ac | 2 +- support/wolfssl.pc | 2 +- wolfssl/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 25f3decf6..facf0494c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.6.9],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.6.9b],[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 7116f5acf..bd3a32fc0 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.6.9 +Version: 3.6.9b Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index b8aa49372..a21158663 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,7 +26,7 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.6.9" +#define LIBWOLFSSL_VERSION_STRING "3.6.9b" #define LIBWOLFSSL_VERSION_HEX 0x03006009 #ifdef __cplusplus