From a25b06ecfc9bc400d784ac28d3fd33b450ae086a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 5 Feb 2010 12:07:02 +0100 Subject: Increase version number. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 39a1a0c..46b6eb8 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 4 +#define LIBSSH_VERSION_MINOR 5 #define LIBSSH_VERSION_MICRO 0 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ -- cgit