1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

APINO should have been bumped when session_methods() proto was changed

This commit is contained in:
Sara Golemon
2004-12-31 00:45:53 +00:00
parent cf8ca63ea0
commit 4324a1a1d1

View File

@@ -43,7 +43,7 @@
#include <sys/stat.h>
#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