Increase version number and update Changelog.

This commit is contained in:
Andreas Schneider
2009-08-18 10:06:02 +02:00
parent 86f983962c
commit d672dde342
4 changed files with 14 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 1
#define LIBSSH_VERSION_MICRO 3
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \