[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small Correction required for latest libssh 0.9.4 version[LIBSSH_VERSION_MICRO]


Dear Developer Community,

We need to  do below change LIBSSH_VERSION_MICRO in libssh.h for Libssh_0_9_4 version.

/* libssh version */
#define LIBSSH_VERSION_MAJOR  0
#define LIBSSH_VERSION_MINOR  9
#define LIBSSH_VERSION_MICRO  3  --- Here it needs to 4

#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
                                           LIBSSH_VERSION_MINOR, \
                                           LIBSSH_VERSION_MICRO)
#define LIBSSH_VERSION     SSH_VERSION(LIBSSH_VERSION_MAJOR, \
                                       LIBSSH_VERSION_MINOR, \
                                       LIBSSH_VERSION_MICRO)

Regards,
Nagraju

Archive administrator: postmaster@lists.cynapses.org