bump dev version

This commit is contained in:
toddouska
2015-07-01 14:43:58 -07:00
parent 9452d6cfb4
commit 74245dcc1c
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# #
# #
AC_INIT([wolfssl],[3.6.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_INIT([wolfssl],[3.6.1],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: wolfssl Name: wolfssl
Description: wolfssl C library. Description: wolfssl C library.
Version: 3.6.0 Version: 3.6.1
Libs: -L${libdir} -lwolfssl Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -26,8 +26,8 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSL_VERSION_STRING "3.6.0" #define LIBWOLFSSL_VERSION_STRING "3.6.1"
#define LIBWOLFSSL_VERSION_HEX 0x03006000 #define LIBWOLFSSL_VERSION_HEX 0x03006001
#ifdef __cplusplus #ifdef __cplusplus
} }