From 0793bf5aa624e130e8f914599b2756f5bfb11dfa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 12 Aug 2009 17:13:04 +0200 Subject: Set version number to 0.4.0. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index cf2ab165..62a74ffa 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -76,7 +76,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 -#define LIBSSH_VERSION_MINOR 3 +#define LIBSSH_VERSION_MINOR 4 #define LIBSSH_VERSION_MICRO 0 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ -- cgit