diff options
| author | Andreas Schneider <mail@cynapses.org> | 2010-03-15 19:33:11 +0100 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2010-03-15 19:33:11 +0100 |
| commit | 99a58eb325fdb0dce9b291c8ba586f7c239858bc (patch) | |
| tree | d727027c95466171e5a95a3550c4a1a51a92c67d /include/libssh | |
| parent | ed1cba705c92ed648e0427ad0a99efeac3228ecc (diff) | |
| download | libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.gz libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.xz libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.zip | |
Increase version number to 0.4.2.
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 fa4d1d83..2c90aa2b 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -79,7 +79,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 4 -#define LIBSSH_VERSION_MICRO 1 +#define LIBSSH_VERSION_MICRO 2 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
