From 8d676c77b14d2eba57606740f359e314fbe241be Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 7 Jan 2011 12:07:09 +0100 Subject: Fix release number --- 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 5948f14b..1b35d3f9 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 6 +#define LIBSSH_VERSION_MICRO 7 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit