From d672dde3425fe5effa364fcd432691351e75560f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 18 Aug 2009 10:06:02 +0200 Subject: Increase version number and update Changelog. --- 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 18b69aeb..6c6d5157 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -51,7 +51,7 @@ typedef unsigned long long uint64_t; /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 3 -#define LIBSSH_VERSION_MICRO 1 +#define LIBSSH_VERSION_MICRO 3 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit