aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-04-13 16:33:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-13 16:33:04 +0200
commit0588cbf9d43e7819e453c8b35c1b5e515d815473 (patch)
treefd9a834aa36cc8806e885239787a797f40d65ef3 /include/libssh
parenta7cce775503960da6a27d1c6af740f617d7f5ad5 (diff)
downloadlibssh-0588cbf9d43e7819e453c8b35c1b5e515d815473.tar.gz
libssh-0588cbf9d43e7819e453c8b35c1b5e515d815473.tar.xz
libssh-0588cbf9d43e7819e453c8b35c1b5e515d815473.zip
Bump version to 0.7.5libssh-0.7.5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index d16f8c63..37214898 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 7
-#define LIBSSH_VERSION_MICRO 4
+#define LIBSSH_VERSION_MICRO 5
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \