bump version

This commit is contained in:
toddouska
2015-06-18 11:18:51 -07:00
parent 86403a270a
commit fe39cd34b9
4 changed files with 6 additions and 5 deletions

View File

@ -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
# | | |
# +------+ | +---+
# | | |

View File

@ -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

View File

@ -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}

View File

@ -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
}