From 87145387aa12b720b52d6bc75b4dd6cd058c868a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 4 Mar 2014 11:18:05 +0100 Subject: Prepare libssh-0.6.3. We messed up some thing, so we release 0.6.3. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 25fe4b61..9cd03cec 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -78,7 +78,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 6 -#define LIBSSH_VERSION_MICRO 2 +#define LIBSSH_VERSION_MICRO 3 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit