aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-10-29 10:52:49 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-10-29 10:52:49 +0100
commit64a2d37c3040ceb9265d1d1c46a7e75e05537f04 (patch)
treedcdf9a17f9bda8a2a9a7a40a33b82ba10dc9e0a6 /include
parent9d5cf209df4c260546e1468cc15fbbbfba3097c6 (diff)
downloadlibssh-64a2d37c3040ceb9265d1d1c46a7e75e05537f04.tar.gz
libssh-64a2d37c3040ceb9265d1d1c46a7e75e05537f04.tar.xz
libssh-64a2d37c3040ceb9265d1d1c46a7e75e05537f04.zip
Bump version to 0.7.7libssh-0.7.7
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-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 76e1d927..2a6b2c9a 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 6
+#define LIBSSH_VERSION_MICRO 7
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \