bump version

pull/10/head
John Safranek 2016-07-18 21:23:39 -07:00
parent 4041ecf408
commit 6655f1cdea
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Copyright (C) 2014 wolfSSL Inc. # Copyright (C) 2014 wolfSSL Inc.
# All right reserved. # All right reserved.
AC_INIT([wolfssh], [0.1.1], [http://wolfssl.com], [wolfssh]) AC_INIT([wolfssh], [0.2.0], [http://wolfssl.com], [wolfssh])
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
@ -17,7 +17,7 @@ AC_ARG_PROGRAM
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_HEADERS([src/config.h])
WOLFSSH_LIBRARY_VERSION=1:1:0 WOLFSSH_LIBRARY_VERSION=1:2:0
# | | | # | | |
# +------+ | +---+ # +------+ | +---+
# | | | # | | |

View File

@ -35,8 +35,8 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSH_VERSION_STRING "0.1.1" #define LIBWOLFSSH_VERSION_STRING "0.2.0"
#define LIBWOLFSSH_VERSION_HEX 0x00001001 #define LIBWOLFSSH_VERSION_HEX 0x00002000
#ifdef __cplusplus #ifdef __cplusplus
} }