From fe39cd34b9a22ada9d797695b6a6df4bd796124e Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 18 Jun 2015 11:18:51 -0700 Subject: [PATCH] bump version --- configure.ac | 4 ++-- rpm/spec.in | 1 + support/wolfssl.pc | 2 +- wolfssl/version.h | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 4623799ed..ba2393a07 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.4.9],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.5.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) @@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS. #shared library versioning -WOLFSSL_LIBRARY_VERSION=0:1:0 +WOLFSSL_LIBRARY_VERSION=0:2:0 # | | | # +------+ | +---+ # | | | diff --git a/rpm/spec.in b/rpm/spec.in index a68ab9c39..e1878ded7 100644 --- a/rpm/spec.in +++ b/rpm/spec.in @@ -187,6 +187,7 @@ mkdir -p $RPM_BUILD_ROOT/ %{_includedir}/wolfssl/wolfcrypt/fe_operations.h %{_includedir}/wolfssl/wolfcrypt/fips_test.h %{_includedir}/wolfssl/wolfcrypt/ge_operations.h +%{_includedir}/wolfssl/wolfcrypt/hash.h %{_includedir}/wolfssl/wolfcrypt/hc128.h %{_includedir}/wolfssl/wolfcrypt/hmac.h %{_includedir}/wolfssl/wolfcrypt/integer.h diff --git a/support/wolfssl.pc b/support/wolfssl.pc index 1d641e333..82994504c 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.9 +Version: 3.5.0 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index 6d44785a9..f6b54952a 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.4.9" -#define LIBWOLFSSL_VERSION_HEX 0x03004009 +#define LIBWOLFSSL_VERSION_STRING "3.5.0" +#define LIBWOLFSSL_VERSION_HEX 0x03005000 #ifdef __cplusplus }