From 6655f1cdea42eb4bdfa659a2b185c32de0f7cc09 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 18 Jul 2016 21:23:39 -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 d29b8c3..30527f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Copyright (C) 2014 wolfSSL Inc. # 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_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:1:0 +WOLFSSH_LIBRARY_VERSION=1:2:0 # | | | # +------+ | +---+ # | | | diff --git a/wolfssh/version.h b/wolfssh/version.h index bd67a14..f05b315 100644 --- a/wolfssh/version.h +++ b/wolfssh/version.h @@ -35,8 +35,8 @@ extern "C" { #endif -#define LIBWOLFSSH_VERSION_STRING "0.1.1" -#define LIBWOLFSSH_VERSION_HEX 0x00001001 +#define LIBWOLFSSH_VERSION_STRING "0.2.0" +#define LIBWOLFSSH_VERSION_HEX 0x00002000 #ifdef __cplusplus }