diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-09-16 21:56:19 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-09-16 21:56:19 +0200 |
| commit | e27b31c9c41c1209d2da4df3e59437e228ea47ab (patch) | |
| tree | a49b474c9f48a91a0a9a9726946f9a118a8a185d /include | |
| parent | 684b7f6a578c0ebeb9c69aa477a408d387ca957e (diff) | |
| download | libssh-e27b31c9c41c1209d2da4df3e59437e228ea47ab.tar.gz libssh-e27b31c9c41c1209d2da4df3e59437e228ea47ab.tar.xz libssh-e27b31c9c41c1209d2da4df3e59437e228ea47ab.zip | |
build: Increase version number.libssh-0.5.2
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 bac793ad..925957ee 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 5 -#define LIBSSH_VERSION_MICRO 1 +#define LIBSSH_VERSION_MICRO 2 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \ |
