From 2cbb30745eb6d575646f3bab1b8e33322c93ec9d Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 30 Jul 2015 12:59:17 -0700 Subject: [PATCH] bump dev 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 718675ae9..08acfd7aa 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.6.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.6.3],[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 f95d19b7a..619d3a7c2 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.2 +Version: 3.6.3 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index f5a990a10..c14cdc514 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.6.2" -#define LIBWOLFSSL_VERSION_HEX 0x03006002 +#define LIBWOLFSSL_VERSION_STRING "3.6.3" +#define LIBWOLFSSL_VERSION_HEX 0x03006003 #ifdef __cplusplus }