diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-08-18 10:06:02 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-08-18 10:06:02 +0200 |
| commit | d672dde3425fe5effa364fcd432691351e75560f (patch) | |
| tree | dead7d3308bd0987c9e97f2c9c0efde49a5f4412 /include/libssh | |
| parent | 86f983962c9fdd210a1bd2b73965916a1b5337fa (diff) | |
Increase version number and update Changelog.release-0-3-3
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/libssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 18b69aeb..6c6d5157 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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, \ |
