summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-09 14:47:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-09 14:47:33 +0200
commit39802b31feb6c4fa9c2370781aa4b8f17478883c (patch)
tree79ef69bb21ff8e18b723ab67c559db1828ddd2cc /include/libssh/libssh.h
parente5a2aef1bf80f23545cd1eb35bc68505a71e65ec (diff)
downloadlibssh-39802b31feb6c4fa9c2370781aa4b8f17478883c.tar.gz
libssh-39802b31feb6c4fa9c2370781aa4b8f17478883c.tar.xz
libssh-39802b31feb6c4fa9c2370781aa4b8f17478883c.zip
build: Set libssh version to 0.5.1.libssh-0.5.1
Diffstat (limited to 'include/libssh/libssh.h')
-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 dfff78cc..bac793ad 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 0
+#define LIBSSH_VERSION_MICRO 1
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \