From 9e99408dbaf5414a305f233b387fcce36c141ae0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Apr 2015 12:24:33 +0200 Subject: Bump version to 0.6.5 Signed-off-by: Andreas Schneider --- 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 e5339b11..34e3697d 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 4 +#define LIBSSH_VERSION_MICRO 5 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit