From 3cf2c3639e1bcad5cddd8c7e751c5f82b0a9f4ac Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 26 Aug 2009 09:50:18 +0200 Subject: Increase version number. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ad8f20ce..bd38768c 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 3 +#define LIBSSH_VERSION_MICRO 4 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ -- cgit