aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-13 11:01:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-13 11:01:27 +0200
commit139ccaa78cf4caad68c699cac608ba3f0f9fead3 (patch)
treec53385b85d9211391562b370576e19f3c08b444f
parentc42410b56050d669e11ba127cf08dc2fbeda499a (diff)
downloadlibssh-139ccaa78cf4caad68c699cac608ba3f0f9fead3.tar.gz
libssh-139ccaa78cf4caad68c699cac608ba3f0f9fead3.tar.xz
libssh-139ccaa78cf4caad68c699cac608ba3f0f9fead3.zip
include: Fix version number
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--include/libssh/libssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index e78b8a27..10a29e0d 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -78,8 +78,8 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
-#define LIBSSH_VERSION_MINOR 7
-#define LIBSSH_VERSION_MICRO 90
+#define LIBSSH_VERSION_MINOR 8
+#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \