diff options
| author | Andreas Schneider <asn@cynapses.org> | 2010-07-13 10:15:22 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-07-13 10:15:22 +0200 |
| commit | c4d1d8b684d14d854aa83e830be8912e8d3bbdf5 (patch) | |
| tree | 0f2931d01bc97ad6889100beb2e065c10d28c588 /include/libssh | |
| parent | 10e27f26bebd05dd87b00f532de23b2bdd6f7de6 (diff) | |
| download | libssh-c4d1d8b684d14d854aa83e830be8912e8d3bbdf5.tar.gz libssh-c4d1d8b684d14d854aa83e830be8912e8d3bbdf5.tar.xz libssh-c4d1d8b684d14d854aa83e830be8912e8d3bbdf5.zip | |
build: Increase version numbers.release-0-4-5
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 98fdbc91..db582973 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 4 +#define LIBSSH_VERSION_MICRO 5 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
