build: Increase version number.

This commit is contained in:
Andreas Schneider
2011-09-16 21:56:19 +02:00
parent 684b7f6a57
commit e27b31c9c4
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 1
#define LIBSSH_VERSION_MICRO 2
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \