diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2015-04-29 12:24:33 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2015-04-29 12:24:33 +0200 |
| commit | 9e99408dbaf5414a305f233b387fcce36c141ae0 (patch) | |
| tree | e6c3a4b4b619dc69ed7c6a2f43f792e3ca506e40 /include | |
| parent | 6b49863bb0375e0abd37a7a8d85007d323fd42c4 (diff) | |
Bump version to 0.6.5libssh-0.6.5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
| -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 e5339b11..34e3697d 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -78,7 +78,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 6 -#define LIBSSH_VERSION_MICRO 4 +#define LIBSSH_VERSION_MICRO 5 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
