From b3589fbf6c25480c937e6a9f330afd7af2a91fe7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jan 2010 18:59:55 +0100 Subject: Increased 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 4ea7430b..fe75bfdc 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -79,7 +79,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 4 -#define LIBSSH_VERSION_MICRO 0 +#define LIBSSH_VERSION_MICRO 1 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit