summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:24:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:24:33 +0200
commit9e99408dbaf5414a305f233b387fcce36c141ae0 (patch)
treee6c3a4b4b619dc69ed7c6a2f43f792e3ca506e40 /include/libssh
parent6b49863bb0375e0abd37a7a8d85007d323fd42c4 (diff)
Bump version to 0.6.5libssh-0.6.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 e5339b11..34e3697d 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -78,7 +78,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 6
-#define LIBSSH_VERSION_MICRO 4
+#define LIBSSH_VERSION_MICRO 5
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \