update library version for 3.13.0 in configure.ac/version.h

This commit is contained in:
Chris Conlon
2017-12-21 09:54:19 -07:00
parent d848a15fc8
commit 8bebadcd4b
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#
#
AC_INIT([wolfssl],[3.12.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_INIT([wolfssl],[3.13.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
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.
#shared library versioning
WOLFSSL_LIBRARY_VERSION=14:0:0
WOLFSSL_LIBRARY_VERSION=15:0:0
# | | |
# +------+ | +---+
# | | |

View File

@@ -28,8 +28,8 @@
extern "C" {
#endif
#define LIBWOLFSSL_VERSION_STRING "3.12.2"
#define LIBWOLFSSL_VERSION_HEX 0x03012002
#define LIBWOLFSSL_VERSION_STRING "3.13.0"
#define LIBWOLFSSL_VERSION_HEX 0x03013000
#ifdef __cplusplus
}