From bb98413fc184ac9280e32589c76e5dce62ccc555 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 14 Jun 2019 15:34:35 +0200 Subject: [PATCH] Bump version to 0.8.91 Signed-off-by: Andreas Schneider --- CMakeLists.txt | 2 +- include/libssh/libssh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b89c11f7..e85e9f45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules") include(DefineCMakeDefaults) include(DefineCompilerFlags) -project(libssh VERSION 0.8.90 LANGUAGES C) +project(libssh VERSION 0.8.91 LANGUAGES C) # global needed variable set(APPLICATION_NAME ${PROJECT_NAME}) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index dc79a9e4..282c27f0 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -79,7 +79,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 8 -#define LIBSSH_VERSION_MICRO 90 +#define LIBSSH_VERSION_MICRO 91 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \