bump dev version

This commit is contained in:
toddouska 2015-06-12 09:39:03 -07:00
parent 89d9accc4d
commit 6d9fece9f4
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -26,8 +26,8 @@
extern "C" {
#endif
#define LIBWOLFSSL_VERSION_STRING "3.4.8"
#define LIBWOLFSSL_VERSION_HEX 0x03004008
#define LIBWOLFSSL_VERSION_STRING "3.4.9"
#define LIBWOLFSSL_VERSION_HEX 0x03004009
#ifdef __cplusplus
}