diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 7903013..e2a8d99 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 9 -#define LIBSSH_VERSION_MICRO 3 +#define LIBSSH_VERSION_MICRO 4 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \