build: Set libssh version to 0.5.1.

This commit is contained in:
Andreas Schneider
2011-08-09 14:47:33 +02:00
parent e5a2aef1bf
commit 39802b31fe
3 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 5
#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_MICRO 1
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \