From 4324a1a1d1fd745dac591eafe66bc5e5dfe8c97e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 31 Dec 2004 00:45:53 +0000 Subject: [PATCH] APINO should have been bumped when session_methods() proto was changed --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 7d54923..be85e56 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -43,7 +43,7 @@ #include #define LIBSSH2_VERSION "0.4" -#define LIBSSH2_APINO 200412241457 +#define LIBSSH2_APINO 200412301450 /* Part of every banner, user specified or not */ #define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION