diff options
| author | Andreas Schneider <asn@cynapses.org> | 2010-05-30 11:26:11 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-05-30 11:26:11 +0200 |
| commit | 84f6945a9c7bfb0ca22d4340d863340bd6d3c96b (patch) | |
| tree | 5b59f606d416ac5f04bfa3cd082427c4695fb674 /include/libssh | |
| parent | 3ae187dbe719fffb35f3a788738b32fda416c1ac (diff) | |
Increased version numbers.
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 53174dad..8f064f72 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 3 +#define LIBSSH_VERSION_MICRO 4 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
