From 139ccaa78cf4caad68c699cac608ba3f0f9fead3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 13 Aug 2018 11:01:27 +0200 Subject: [PATCH] include: Fix version number Signed-off-by: Andreas Schneider --- include/libssh/libssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index e78b8a27..10a29e0d 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -78,8 +78,8 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 -#define LIBSSH_VERSION_MINOR 7 -#define LIBSSH_VERSION_MICRO 90 +#define LIBSSH_VERSION_MINOR 8 +#define LIBSSH_VERSION_MICRO 0 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \