diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2014-03-04 11:18:05 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-03-04 13:20:52 +0100 |
| commit | 87145387aa12b720b52d6bc75b4dd6cd058c868a (patch) | |
| tree | 8957288815ec1c52702b2ed918fe87f648da73a2 /include/libssh | |
| parent | d027460792c543db13346009dca8b0f6d90677ae (diff) | |
Prepare libssh-0.6.3.libssh-0.6.3
We messed up some thing, so we release 0.6.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 25fe4b61..9cd03cec 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 2 +#define LIBSSH_VERSION_MICRO 3 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
