From 459677e20e92ac698a87c25562a5850528406400 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 29 Jan 2018 20:43:35 +0100 Subject: libssh: Bump the version to 0.7.90 Signed-off-by: Andreas Schneider --- CMakeLists.txt | 4 ++-- include/libssh/libssh.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbb43524..2904ffbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 2.8.5) set(APPLICATION_NAME ${PROJECT_NAME}) set(APPLICATION_VERSION_MAJOR "0") -set(APPLICATION_VERSION_MINOR "8") -set(APPLICATION_VERSION_PATCH "0") +set(APPLICATION_VERSION_MINOR "7") +set(APPLICATION_VERSION_PATCH "90") set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}") diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index be4b35c2..496b5774 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 7 -#define LIBSSH_VERSION_MICRO 0 +#define LIBSSH_VERSION_MICRO 90 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit v1.2.1