diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2014-12-17 12:58:53 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-12-17 19:45:23 +0100 |
| commit | 319129399d3191e9ddd04bef05d2c707ecaa9455 (patch) | |
| tree | 4823b3e6e563db95a13484d8f436241edcf62574 /include | |
| parent | 87ae95eb3c2f35d3e8e00eca43d0711ab2737ef5 (diff) | |
Bump version to 0.6.4.libssh-0.6.4
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 b59090db..e5339b11 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 3 +#define LIBSSH_VERSION_MICRO 4 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
