Bump version for pre-release.

pull/562/head
John Safranek 2016-09-16 10:43:51 -07:00
parent ef0cd908ea
commit 7a7f2fbe78
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# configure.ac # configure.ac
# #
# Copyright (C) 2006-2015 wolfSSL Inc. # Copyright (C) 2006-2016 wolfSSL Inc.
# #
# This file is part of wolfSSL. (formerly known as CyaSSL) # This file is part of wolfSSL. (formerly known as CyaSSL)
# #
# #
AC_INIT([wolfssl],[3.9.8],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_INIT([wolfssl],[3.9.9],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS. AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
#shared library versioning #shared library versioning
WOLFSSL_LIBRARY_VERSION=7:0:4 WOLFSSL_LIBRARY_VERSION=8:0:5
# | | | # | | |
# +------+ | +---+ # +------+ | +---+
# | | | # | | |

View File

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

View File

@ -28,8 +28,8 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSL_VERSION_STRING "3.9.8" #define LIBWOLFSSL_VERSION_STRING "3.9.9"
#define LIBWOLFSSL_VERSION_HEX 0x03009008 #define LIBWOLFSSL_VERSION_HEX 0x03009009
#ifdef __cplusplus #ifdef __cplusplus
} }