Increase version number.

This commit is contained in:
Andreas Schneider
2009-08-26 09:50:18 +02:00
parent a501d63c8a
commit 3cf2c3639e
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ typedef unsigned long long uint64_t;
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 3
#define LIBSSH_VERSION_MICRO 3
#define LIBSSH_VERSION_MICRO 4
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \