From fc192b53be53fb8ef951f9e214088c59eaa7568c Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 6 Apr 2016 10:26:18 -0700 Subject: [PATCH] bump version --- configure.ac | 4 ++-- wolfssh/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1ad1447f..8bfffc80 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Copyright (C) 2014 wolfSSL Inc. # All right reserved. -AC_INIT([wolfssh], [0.1], [http://wolfssl.com], [wolfssh]) +AC_INIT([wolfssh], [0.1.1], [http://wolfssl.com], [wolfssh]) AC_PREREQ([2.63]) AC_CONFIG_AUX_DIR([build-aux]) @@ -17,7 +17,7 @@ AC_ARG_PROGRAM AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([src/config.h]) -WOLFSSH_LIBRARY_VERSION=1:0:0 +WOLFSSH_LIBRARY_VERSION=1:1:0 # | | | # +------+ | +---+ # | | | diff --git a/wolfssh/version.h b/wolfssh/version.h index 663941b2..bd67a149 100644 --- a/wolfssh/version.h +++ b/wolfssh/version.h @@ -35,8 +35,8 @@ extern "C" { #endif -#define LIBWOLFSSH_VERSION_STRING "0.1" -#define LIBWOLFSSH_VERSION_HEX 0x00001000 +#define LIBWOLFSSH_VERSION_STRING "0.1.1" +#define LIBWOLFSSH_VERSION_HEX 0x00001001 #ifdef __cplusplus }