Set version to 0.3.1.

This commit is contained in:
Andreas Schneider
2009-07-14 09:51:36 +02:00
parent 37dc2a5279
commit ff819489b7
3 changed files with 4 additions and 4 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 0
#define LIBSSH_VERSION_MICRO 1
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \