diff options
| author | Andreas Schneider <asn@cynapses.org> | 2010-09-05 17:54:03 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-09-05 17:54:03 +0200 |
| commit | 2462b0fbc74fd3f5e88a8e427d3f29f95645c47b (patch) | |
| tree | 4d0212a661e8cb64a3d9b95d2eaa53dfb348055d /include | |
| parent | c05666245c1a1b643f1d1dfb39073ef7c5449f59 (diff) | |
| download | libssh-2462b0fbc74fd3f5e88a8e427d3f29f95645c47b.tar.gz libssh-2462b0fbc74fd3f5e88a8e427d3f29f95645c47b.tar.xz libssh-2462b0fbc74fd3f5e88a8e427d3f29f95645c47b.zip | |
build: Increase version number.
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 db582973..f26c53dc 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 5 +#define LIBSSH_VERSION_MICRO 6 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
