From 3f4b5436e5291ef8a91f1667e9f971c061a0cf6e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 6 May 2015 11:01:33 +0200 Subject: Bump version to 0.7.0 Signed-off-by: Andreas Schneider --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index f4e4fe93..983966da 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -77,7 +77,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 -#define LIBSSH_VERSION_MINOR 6 +#define LIBSSH_VERSION_MINOR 7 #define LIBSSH_VERSION_MICRO 0 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ -- cgit